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