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