///
export interface TooltipContentProps extends React.HTMLProps {
/** PopoverContent additional class */
className?: string;
/** PopoverContent content */
children: React.ReactNode;
/** Flag to align text to the left */
isLeftAligned?: boolean;
}
export declare const TooltipContent: React.FunctionComponent;
//# sourceMappingURL=TooltipContent.d.ts.map