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