import type { IDialogStyleProps, IDialogStyles } from './Dialog.types'; export declare const getStyles: (props: IDialogStyleProps) => IDialogStyles;