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