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