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