import { SyncValidator } from "@open-wc/form-control"; export declare const innerInputValidators: SyncValidator[]; export declare const textareaLengthValidator: { isValid(instance: HTMLElement & { validationTarget: HTMLTextAreaElement; }): boolean; attribute?: string | string[] | undefined; key?: keyof ValidityState | undefined; message: string | import("@open-wc/form-control").validationMessageCallback; } | { isValid(instance: HTMLElement & { validationTarget: HTMLTextAreaElement; }): boolean; attribute?: string | string[] | undefined; key?: keyof ValidityState | undefined; message: string | import("@open-wc/form-control").validationMessageCallback; }; export declare const textAreaValidators: SyncValidator[]; //# sourceMappingURL=form-control.d.ts.map