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