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