import { WithInstallType } from '../shared';
import _Input from './input';
import './style';
import { TdInputProps } from './type';
export * from './type';
export declare type InputProps = TdInputProps;
export declare const Input: WithInstallType<typeof _Input>;
export default Input;