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