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