export declare const ContentTooltip: ({ content, tooltip }: {
    content: any;
    tooltip: any;
}) => import("react/jsx-runtime").JSX.Element;
