import type { ReactNode } from 'react'; type RowProps = { hasSelectAllColumn: boolean; children: ReactNode; }; export declare const HeaderRow: ({ children, hasSelectAllColumn }: RowProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=HeaderRow.d.ts.map