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