import { TooltipProps } from '../../../components/data-display/tooltip/StyledTooltip'; /** * Table tooltip — the core `StyledTooltip` (MUI-free) with the table's arrow + top-placement * defaults. TASK-404. */ export declare const StyledTooltip: (props: TooltipProps) => JSX.Element;