import { WithAsProps } from '../../internals/types';
export type GridHeaderRowProps = WithAsProps;
declare const GridHeaderRow: import("../../internals/types").InternalRefForwardingComponent<"div", GridHeaderRowProps, never> & Record<string, never>;
export default GridHeaderRow;