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