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