import type { CSS } from '@project44-manifest/react-styles';
import type { ButtonGroupProps } from '../button';
export declare type DialogFooterElement = 'div';
export interface DialogFooterProps {
    /**
     * Props passed to the button group component.
     */
    buttonGroupProps?: ButtonGroupProps;
    /**
     * Theme aware style object
     */
    css?: CSS;
}
//# sourceMappingURL=DialogFooter.types.d.ts.map