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