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