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