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