import { SxProps } from '@mui/system'; declare type GetGridTemplateAreasParams = { itemsCount: number; }; export declare const getGridTemplateAreas: ({ itemsCount, }: GetGridTemplateAreasParams) => string; declare type GetGridAreasParams = { itemsCount: number; }; export declare const getGridAreas: ({ itemsCount }: GetGridAreasParams) => Record>; export {};