import { InfoProps } from "interface"; export type TooltipInfoProps = { infoLabels: InfoProps; titleLabels?: { normalTitle: string; boldTitle: string; typeTitle: string; }; displayTooltip?: boolean; }; declare const _default: (props: any) => JSX.Element; export default _default;