import { FC } from "react"; import { InputProps } from "antd"; export declare type Props = InputProps & { theme?: "light" | "dark"; }; export declare const InputAuth: FC;