import React from "react"; import { CardProps, FormProps, LayoutProps } from "antd"; import { AuthPageProps } from "@pankod/refine-core"; export declare type AuthProps = AuthPageProps; /** * **refine** has a default auth page form served on the `/login` route when the `authProvider` configuration is provided. * * @see {@link https://refine.dev/docs/ui-frameworks/antd/components/authpage/} for more details. */ export declare const AuthPage: React.FC; //# sourceMappingURL=index.d.ts.map