export declare const tooltipTokens: {
    calciteTooltipBackgroundColor: string;
    calciteTooltipBorderColor: string;
    calciteTooltipCornerRadius: string;
    calciteTooltipTextColor: string;
    calciteTooltipZIndex: string;
};
export declare const tooltip: string;
