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