import React, { DetailedHTMLProps, HTMLAttributes, FormHTMLAttributes } from "react";
import { AuthPageProps } from "../../../interfaces";
export declare type DivPropsType = DetailedHTMLProps, HTMLDivElement>;
export declare type FormPropsType = DetailedHTMLProps, HTMLFormElement>;
export declare type AuthProps = AuthPageProps;
/**
* **refine** has a default auth page form which is served on `/login` route when the `authProvider` configuration is provided.
*
* @see {@link https://refine.dev/docs/api-references/components/refine-config#authpage} for more details.
*/
export declare const AuthPage: React.FC;
//# sourceMappingURL=index.d.ts.map