/// <reference types="react" />
declare type Props = {
    text: string;
    children?: never;
};
export declare const HelperTooltip: ({ text }: Props) => JSX.Element;
export {};
