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