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