import { FC } from "react"; import { InputProps } from "antd"; export declare type Props = InputProps & { label?: string; }; export declare const InputOnboarding: FC;