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