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