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