/** @typedef {typeof __propDef.props} BiHypnotizeProps */ /** @typedef {typeof __propDef.events} BiHypnotizeEvents */ /** @typedef {typeof __propDef.slots} BiHypnotizeSlots */ export default class BiHypnotize extends SvelteComponentTyped<{}, { [evt: string]: CustomEvent; }, {}> { } export type BiHypnotizeProps = typeof __propDef.props; export type BiHypnotizeEvents = typeof __propDef.events; export type BiHypnotizeSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: {}; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};