export declare const attr: (element: HTMLElement) => {
    string: {};
    boolean: {};
};
