import type { SFCWithInstall } from '../_util/interface';
import Input from './input.vue';
type InputType = SFCWithInstall<typeof Input>;
export { inputProps } from './input.vue';
export type { InputProps } from './input.vue';
export declare const FInput: InputType;
export default FInput;