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