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