import { Style } from '../style'; export declare class GridRows extends Style { static key: string; static unit: string; get props(): { [key: string]: any; }; }