import React from 'react'; import { FlintTableHead as FlintTableHeadElement } from '@getufy/flint-ui/table/flint-table'; /** * Groups header rows at the top of a ``. Rendered with a subtle bottom border and bold text styling by default. * * @slot (default) - Accepts one or more `` elements containing header cells. */ export interface FlintTableHeadProps extends React.HTMLAttributes { } export declare const FlintTableHead: React.ForwardRefExoticComponent>;