export declare function InfoTooltip({ content }: { content?: string | null; }): import("react").JSX.Element | null;