import { HeadRowProps } from './types'; declare const HeadRow: import('react').MemoExoticComponent<({ className, children, ref }: HeadRowProps) => import("react/jsx-runtime").JSX.Element>; export { HeadRow };