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