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