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