export declare const reservedScreens: { main: string; getStarted: string; signIn: string; }; export declare const modalMaxWidthCompact = "360px"; export declare const modalMaxWidthWide: string; export declare const wideModalScreenThreshold: number; export declare const wideModalMaxHeight = "570px"; export declare const compactModalMaxHeight = "650px"; export declare const defaultTheme = "dark"; export declare const modalCloseFadeOutDuration = 250; export declare function onModalUnmount(cb: () => void): void; //# sourceMappingURL=constants.d.ts.map