import { GridRowsProp } from '../../../models/gridRows'; export declare function useGridFreezeRows(apiRef: any, { rows }: { rows: GridRowsProp; }): void;