export declare const ELEMENT_RAW_HTML = "raw-html";
export interface RawHtmlElementState {
type: typeof ELEMENT_RAW_HTML;
html: string;
}
export declare const createRawHtmlPlugin: = import('@udecode/plate-common').PlateEditor>(override?: Partial, OV, OE>> | undefined, overrideByKey?: import('@udecode/plate-common').OverrideByKey | undefined) => import('@udecode/plate-common').PlatePlugin, OV, OE>;
//# sourceMappingURL=plugin.d.ts.map