import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: {}; events: { [evt: string]: CustomEvent; }; slots: {}; }; export declare type LexicalHashtagPluginProps = typeof __propDef.props; export declare type LexicalHashtagPluginEvents = typeof __propDef.events; export declare type LexicalHashtagPluginSlots = typeof __propDef.slots; export default class LexicalHashtagPlugin extends SvelteComponentTyped { } export {};