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