import { Style } from '../style'; export declare class Isolation extends Style { static key: string; static semantics: { isolate: string; }; }