export interface DataAttributes { [key: string]: string | boolean | undefined; } /** * Consistent mapping of props to data attributes */ export declare function dataAttrs(attrs: DataAttributes): { [key: string]: string; }; //# sourceMappingURL=dataAttrs.d.ts.map