export declare const attrs: (attributes: {
    [key: string]: string | boolean | void | null;
}) => {
    [key: string]: string | boolean | void | null;
};
