/** @typedef {typeof __propDef.props} EllipsisHorizontalProps */ /** @typedef {typeof __propDef.events} EllipsisHorizontalEvents */ /** @typedef {typeof __propDef.slots} EllipsisHorizontalSlots */ export default class EllipsisHorizontal extends SvelteComponentTyped< { [x: string]: any }, { [evt: string]: CustomEvent }, {} > {} export type EllipsisHorizontalProps = typeof __propDef.props export type EllipsisHorizontalEvents = typeof __propDef.events export type EllipsisHorizontalSlots = typeof __propDef.slots import { SvelteComponentTyped } from 'svelte' declare const __propDef: { props: { [x: string]: any } events: { [evt: string]: CustomEvent } slots: {} } export {}