import React from "react"; import type { ClusterProps } from "./types"; export declare function Cluster({ children, justify, align, gap, collapseBelow, collapsed, autoWidth, as: Tag, dataAttributes, ariaAttributes, role, id, UNSAFE_className, UNSAFE_style, }: ClusterProps): React.JSX.Element;