type Props = { showPolicies?: boolean; }; export declare const AuthLayout: ({ showPolicies }: Props) => any; export {};