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