import { ViewsMap } from './types'; export declare const VIEWS: ViewsMap; export declare const PREPENDED_CLASS_NAMES = "supabase-ui-auth"; /** * CSS class names * used for generating prepended classes */ export declare const CLASS_NAMES: { ROOT: string; SIGN_IN: import("./types").ViewType; SIGN_UP: import("./types").ViewType; FORGOTTEN_PASSWORD: import("./types").ViewType; MAGIC_LINK: import("./types").ViewType; UPDATE_PASSWORD: import("./types").ViewType; anchor: string; button: string; container: string; divider: string; input: string; label: string; loader: string; message: string; }; //# sourceMappingURL=constants.d.ts.map