export declare type DataAttributes = Record export declare const buildDataAttributes: (data: DataAttributes | undefined, init: DataAttributes) => DataAttributes export declare const useDataAttributes: (dataAttributes?: DataAttributes, dataTest?: string) => DataAttributes