import { JSX, ParentProps } from 'solid-js'; /** * Cluster in horizontal direction */ export declare const Cluster: (props: JSX.HTMLAttributes & ParentProps) => JSX.Element;