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