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