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