import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: {}; events: { [evt: string]: CustomEvent; }; slots: {}; }; export declare type LexicalListPluginProps = typeof __propDef.props; export declare type LexicalListPluginEvents = typeof __propDef.events; export declare type LexicalListPluginSlots = typeof __propDef.slots; export default class LexicalListPlugin extends SvelteComponentTyped { } export {};