export declare const File: { new (value?: any): { constructor: Function; toString(): string; toLocaleString(): string; valueOf(): Object; hasOwnProperty(v: PropertyKey): boolean; isPrototypeOf(v: Object): boolean; propertyIsEnumerable(v: PropertyKey): boolean; }; getPrototypeOf(o: any): any; getOwnPropertyDescriptor(o: any, p: PropertyKey): PropertyDescriptor | undefined; getOwnPropertyNames(o: any): string[]; create(o: object | null): any; create(o: object | null, properties: PropertyDescriptorMap & ThisType): any; defineProperty(o: T, p: PropertyKey, attributes: PropertyDescriptor & ThisType): T; defineProperties(o: T, properties: PropertyDescriptorMap & ThisType): T; seal(o: T): T; freeze(f: T): T; freeze(o: T): Readonly; freeze(o: T): Readonly; preventExtensions(o: T): T; isSealed(o: any): boolean; isFrozen(o: any): boolean; isExtensible(o: any): boolean; keys(o: object): string[]; keys(o: {}): string[]; assign(target: T, source: U): T & U; assign(target: T, source1: U, source2: V): T & U & V; assign(target: T, source1: U, source2: V, source3: W): T & U & V & W; assign(target: object, ...sources: any[]): any; getOwnPropertySymbols(o: any): symbol[]; is(value1: any, value2: any): boolean; setPrototypeOf(o: any, proto: object | null): any; values(o: { [s: string]: T; } | ArrayLike): T[]; values(o: {}): any[]; entries(o: { [s: string]: T; } | ArrayLike): [string, T][]; entries(o: {}): [string, any][]; getOwnPropertyDescriptors(o: T): { [P in keyof T]: TypedPropertyDescriptor; } & { [x: string]: PropertyDescriptor; }; fromEntries(entries: Iterable): { [k: string]: T; }; fromEntries(entries: Iterable): any; } | { new (fileBits: BlobPart[], fileName: string, options?: FilePropertyBag): File; prototype: File; }; declare const CFormInput: import("vue").DefineComponent): any; defineProperty(o: T, p: PropertyKey, attributes: PropertyDescriptor & ThisType): T; defineProperties(o: T, properties: PropertyDescriptorMap & ThisType): T; seal(o: T): T; freeze(f: T): T; freeze(o: T): Readonly; freeze(o: T): Readonly; preventExtensions(o: T): T; isSealed(o: any): boolean; isFrozen(o: any): boolean; isExtensible(o: any): boolean; keys(o: object): string[]; keys(o: {}): string[]; assign(target: T, source: U): T & U; assign(target: T, source1: U, source2: V): T & U & V; assign(target: T, source1: U, source2: V, source3: W): T & U & V & W; assign(target: object, ...sources: any[]): any; getOwnPropertySymbols(o: any): symbol[]; is(value1: any, value2: any): boolean; setPrototypeOf(o: any, proto: object | null): any; values(o: { [s: string]: T; } | ArrayLike): T[]; values(o: {}): any[]; entries(o: { [s: string]: T; } | ArrayLike): [string, T][]; entries(o: {}): [string, any][]; getOwnPropertyDescriptors(o: T): { [P in keyof T]: TypedPropertyDescriptor; } & { [x: string]: PropertyDescriptor; }; fromEntries(entries: Iterable): { [k: string]: T; }; fromEntries(entries: Iterable): any; } | { new (fileBits: BlobPart[], fileName: string, options?: FilePropertyBag): File; prototype: File; })[]; /** * Render the component styled as plain text. Removes the default form field styling and preserve the correct margin and padding. Recommend to use only along side `readonly`. */ plainText: BooleanConstructor; /** * Toggle the readonly state for the component. */ readonly: BooleanConstructor; /** * Size the component small or large. * * @values 'sm' | 'lg' */ size: { type: StringConstructor; validator: (value: string) => boolean; }; /** * Add helper text to the component. * * @since 4.3.0 */ text: StringConstructor; /** * Display validation feedback in a styled tooltip. * * @since 4.3.0 */ tooltipFeedback: BooleanConstructor; /** * Specifies the type of component. * * @values 'color' | 'file' | 'text' | string */ type: { type: StringConstructor; default: string; }; /** * Set component validation state to valid. */ valid: BooleanConstructor; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "change" | "update:modelValue")[], "input" | "change" | "update:modelValue", import("vue").PublicProps, Readonly): any; defineProperty(o: T, p: PropertyKey, attributes: PropertyDescriptor & ThisType): T; defineProperties(o: T, properties: PropertyDescriptorMap & ThisType): T; seal(o: T): T; freeze(f: T): T; freeze(o: T): Readonly; freeze(o: T): Readonly; preventExtensions(o: T): T; isSealed(o: any): boolean; isFrozen(o: any): boolean; isExtensible(o: any): boolean; keys(o: object): string[]; keys(o: {}): string[]; assign(target: T, source: U): T & U; assign(target: T, source1: U, source2: V): T & U & V; assign(target: T, source1: U, source2: V, source3: W): T & U & V & W; assign(target: object, ...sources: any[]): any; getOwnPropertySymbols(o: any): symbol[]; is(value1: any, value2: any): boolean; setPrototypeOf(o: any, proto: object | null): any; values(o: { [s: string]: T; } | ArrayLike): T[]; values(o: {}): any[]; entries(o: { [s: string]: T; } | ArrayLike): [string, T][]; entries(o: {}): [string, any][]; getOwnPropertyDescriptors(o: T): { [P in keyof T]: TypedPropertyDescriptor; } & { [x: string]: PropertyDescriptor; }; fromEntries(entries: Iterable): { [k: string]: T; }; fromEntries(entries: Iterable): any; } | { new (fileBits: BlobPart[], fileName: string, options?: FilePropertyBag): File; prototype: File; })[]; /** * Render the component styled as plain text. Removes the default form field styling and preserve the correct margin and padding. Recommend to use only along side `readonly`. */ plainText: BooleanConstructor; /** * Toggle the readonly state for the component. */ readonly: BooleanConstructor; /** * Size the component small or large. * * @values 'sm' | 'lg' */ size: { type: StringConstructor; validator: (value: string) => boolean; }; /** * Add helper text to the component. * * @since 4.3.0 */ text: StringConstructor; /** * Display validation feedback in a styled tooltip. * * @since 4.3.0 */ tooltipFeedback: BooleanConstructor; /** * Specifies the type of component. * * @values 'color' | 'file' | 'text' | string */ type: { type: StringConstructor; default: string; }; /** * Set component validation state to valid. */ valid: BooleanConstructor; }>> & Readonly<{ onInput?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { invalid: boolean; type: string; disabled: boolean; readonly: boolean; valid: boolean; tooltipFeedback: boolean; plainText: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CFormInput };