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