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