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