import type { IDialogFooterStyleProps, IDialogFooterStyles } from './DialogFooter.types'; export declare const getStyles: (props: IDialogFooterStyleProps) => IDialogFooterStyles;