import { Style } from '../style'; export declare class Order extends Style { static matches: RegExp; static key: string; static values: { first: string; last: string; }; static unit: string; }