import * as React from 'react'; import './index.less'; export function DialogButtonsList({children}) { return
{children}
; } export function DialogActions({ 'data-test-id': dataTestId, children, }) { return (
{children}
); }