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