import { Editor } from "./Editor.ts"; export declare class CSSEditor extends Editor { options(): any; css(): string; css(_: string): this; }