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