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