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