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