export declare const ShadowToken: { Float: string; PopOver: string; Modal: string; Tooltip: string; TooltipArrowBottom: string; TooltipArrowTop: string; TooltipArrowRight: string; TooltipArrowLeft: string; TooltipArrow: string; Focus: string; DividerBottom: string; DividerTop: string; DividerRight: string; DividerLeft: string; DividerBottomLeft: string; DividerTopLeft: string; DividerTopRight: string; DividerBottomRight: string; MessageBox: string; FixedRight: string; FixedLeft: string; FixedTop: string; FixedBottom: string; ShadowAiCopilotAnimationStart: string; ShadowAiCopilotAnimationMedium1: string; ShadowAiCopilotAnimationMedium2: string; ShadowAiCopilotAnimationMedium3: string; ShadowAiCopilotAnimationEnd: string; ShadowAiOtherFloat: string; ShadowAiOtherActiveField: string; ShadowTourAnimationEnd: string; }; export type ShadowTokenKey = keyof typeof ShadowToken;