export type HTMLDataAttributes = {
    [key: `data-${string}`]: unknown;
};
//# sourceMappingURL=internal-types.d.ts.map