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