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