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