import { Style } from '../style'; export declare class GridTemplateColumns extends Style { static matches: RegExp; static key: string; static values: { min: string; max: string; }; }