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