import type { Theme } from "../../../defaultTheme";
declare const tooltipPadding: ({ contentHeight, theme, }: {
    contentHeight: number;
    theme: Theme;
}) => string;
export default tooltipPadding;
