export declare type DataAttributeMap = Record<string, string | number | boolean>;
export declare const buildDataAttributes: (data?: DataAttributeMap) => DataAttributeMap;
