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