import { type GridPinnedRowsProps } from '@mui/x-data-grid/internals';
export declare function GridPinnedRows({
  position
}: GridPinnedRowsProps): import("react/jsx-runtime").JSX.Element | null;