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