import { Style } from '../style'; export declare class BoxSizing extends Style { static matches: RegExp; static key: string; static values: { content: string; border: string; }; }