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