import { ThemeFromFn } from '../theming'; export declare const dialogBoxTheme: () => [string, { borderRadius: string; color: string; overlayColor: string; zIndex: number; }]; export declare type DialogBoxTheme = ThemeFromFn;