import { ReactElement } from "react"; import { Props } from "../types"; export declare const CombinedShape: ({ className, onClick, style }: Props) => ReactElement;