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