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