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