import { type HTMLAttributes } from 'react';
export type TableHeadProps = HTMLAttributes;
/**
* TableHead component, used to display the header of a table. Renders a native HTML thead element.
*
* @example
*
*
* Name
* Age
*
*
*/
export declare const TableHead: import("react").ForwardRefExoticComponent>;
//# sourceMappingURL=table-head.d.ts.map