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