import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const EllipsisHorizontal: import("svelte").Component; type EllipsisHorizontal = ReturnType; export default EllipsisHorizontal; //# sourceMappingURL=ellipsis-horizontal.svelte.d.ts.map