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