import { ElementType } from 'react'; import { LayoutComponentProps } from '../../Lism'; import { ClusterProps } from '../../../lib/types/LayoutProps'; export default function Cluster(props: LayoutComponentProps): import("react").JSX.Element;