export declare const TEXT_ATTRIBUTES: string[]; export declare const EL_ATTRIBUTES: string[]; export declare const FORM_ATTRIBUTES: string[]; export declare const FIELD_ATTRIBUTES: string[]; export declare const getAttributes: (attributes: string[]) => (el: HTMLElement) => string[]; export declare const getBaseAttributes: (el: HTMLElement) => string[]; export declare const getTextAttributes: (el: HTMLElement) => string[]; export declare const getFieldAttributes: (el: HTMLElement) => string[]; export declare const getFormAttributes: (el: HTMLElement) => string[];