import { default as React, Ref } from 'react'; type TooltipContentProps = React.HTMLProps & { ref?: Ref; maxWidth: number; isDisabled: boolean; }; export declare const TooltipContent: ({ style, children, maxWidth, isDisabled, ref, ...props }: TooltipContentProps) => React.JSX.Element | null; export {}; //# sourceMappingURL=TooltipContent.d.ts.map