type Booleanish = boolean | "true" | "false";
export declare const dataAttr: (condition: boolean | undefined) => Booleanish;
export {};
