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