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