import { EmptyEmit } from "../_util/type.js"; import InternalInput, { InputEmits, InputProps, InputRef, InputSlots } from "./Input.js"; import OTP, { OTPEmits, OTPProps, OTPSlots } from "./OTP/index.js"; import InternalSearch, { InputSearchRef, SearchEmits, SearchProps, SearchSlots } from "./Search.js"; import InternalTextArea, { InputTextAreaRef, TextAreaProps, TextAreaRef } from "./TextArea.js"; import InputGroup$1, { InputGroupProps } from "./Group.js"; import InternalPassword, { InputPasswordRef, PasswordEmits, PasswordProps, PasswordSlots } from "./Password.js"; import * as vue765 from "vue"; import { App } from "vue"; //#region src/input/index.d.ts type CompoundedInputType = typeof InternalInput & { Search: typeof InternalSearch; TextArea: typeof InternalTextArea; Password: typeof InternalPassword; OTP: typeof OTP; Group: typeof InputGroup$1; install: (app: App) => App; }; declare const CompoundedInput: CompoundedInputType; declare const InputGroup: vue765.DefineSetupFnComponent any; }>, InputGroupProps, vue765.PublicProps>; declare const InputOTP: vue765.DefineSetupFnComponent, OTPProps, vue765.PublicProps>; declare const InputPassword: vue765.DefineSetupFnComponent, PasswordProps, vue765.PublicProps>; declare const InputSearch: vue765.DefineSetupFnComponent, SearchProps, vue765.PublicProps>; //#endregion export { type InputEmits, InputGroup, type InputGroupProps, InputOTP, InputPassword, type InputPasswordRef, type InputProps, type InputRef, InputSearch, type InputSearchRef, type InputSlots, type InputTextAreaRef, type OTPEmits, type OTPProps, type OTPSlots, type PasswordProps, type SearchProps, InternalTextArea as TextArea, type TextAreaProps, type TextAreaRef, CompoundedInput as default };