///
import type { ProFormItemProps } from '@ant-design/pro-form';
import type { InputProps } from 'antd';
import type { CreateSuperFormItemProps } from '../createSuperFormItem';
export declare type SuperTextProps = CreateSuperFormItemProps>;
export declare const createInput: () => import("react").FC>>>;
declare const SuperInput: import("react").FC>>>;
declare const SuperEmail: import("react").FC>>>;
declare const SuperUrl: import("react").FC>>>;
export { SuperInput, SuperEmail, SuperUrl };
export type { SuperTextProps as SuperInputProps, SuperTextProps as SuperEmailProps, SuperTextProps as SuperUrlProps };
export default SuperInput;