export declare type DirtiableElement = Element & { dirty?: boolean; }; export declare type TextField = HTMLInputElement | HTMLTextAreaElement;