/**
 * Value for a data attribute given a condition.
 */
export declare function boolDataAttr(condition: boolean | null | undefined): string | undefined;
