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