declare const tooltipSizes: { arrow: string; }; declare const tooltipColors: { background: string; }; declare const tooltipSpace: { wrapperPadding: string; margin: number; }; declare const tooltipFontSizes: { default: string; }; declare const tooltipFontWeights: { default: number; }; declare const tooltipLineHeights: { default: string; }; declare const tooltipRadii: { default: string; }; export { tooltipSizes, tooltipColors, tooltipSpace, tooltipFontSizes, tooltipFontWeights, tooltipLineHeights, tooltipRadii, };