export interface DialogVariables {
    border: string;
    rootBackground: string;
    rootBorderRadius: string;
    rootPadding: string;
    rootPaddingZoom: string;
    rootWidth: string;
    contentMargin: string;
    headerMargin: string;
    overlayBackground: string;
    overlayZIndex: number;
    boxShadow: string;
    foregroundColor: string;
    headerFontSize: string;
    headerFontWeight: number;
    headerActionMargin: string;
    footerActionsBreakpoint: string;
}
export declare const dialogVariables: (siteVariables: any) => Partial<DialogVariables>;
