import { Style } from '../style'; export declare class Columns extends Style { static matches: RegExp; static key: string; static unit: string; order: number; }