import React from "react"; type DataTableTheadProps = React.HTMLAttributes; declare const DataTableThead: React.ForwardRefExoticComponent>; export { DataTableThead }; export type { DataTableTheadProps };