/// import { InputProps } from "antd/lib/input"; export declare function UserName({ path, disabled, dataTestId, ...rest }: { dataTestId: string; path: string; disabled?: boolean; } & InputProps): JSX.Element; declare type Props = InputProps & { dataTestId: string; disabled: boolean; path: string; }; export declare function Email({ dataTestId, disabled, path, ...rest }: Props): JSX.Element; export {}; //# sourceMappingURL=auto-complete.d.ts.map