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