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