import { Style } from '../style'; export declare class FlexDirection extends Style { static matches: RegExp; static key: string; static values: { col: string; 'col-reverse': string; }; }