import React from 'react'; export type NativeAttributes> = (Omit & Record<`data-${string}`, string>) | undefined;