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