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