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