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