import './style.scss'; import type { IInfoIconProps } from './types'; export type { IInfoIconProps }; export declare function InfoIcon({ children, className, id, style, text, anchor, }: IInfoIconProps): import("react/jsx-runtime").JSX.Element | null;