export * from "./input.props"; declare const Input: import("../utils").WithInstall>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, readonly string[] | Readonly>>>, { [x: number]: string; } | {}>>; export default Input; declare module "vue" { interface GlobalComponents { YhInput: typeof Input; } }