export declare const CssVariableNames: { colors: { primary: string; success: string; alert: string; white: { primary: string; secondary: string; tertiary: string; }; black: { primary: string; secondary: string; tertiary: string; }; focusIndicator: string; }; font: string; primitives: { cornerRadius: string; }; lists: { backgroundColor: string; row: { tileSpacing: string; startInset: string; endInset: string; startPadding: string; endPadding: string; scrollIndicatorBackgroundColor: string; scrollIndicatorIcon: string; scrollIndicatorColor: string; }; grid: { tileSpacing: string; topInset: string; bottomInset: string; startInset: string; endInset: string; }; }; storyTiles: { chip: { textSize: string; }; title: { textSize: string; lineHeight: string; alignment: string; fontWeight: string; }; circularTile: { liveChip: { readImage: string; unreadImage: string; readBackgroundColor: string; unreadBackgroundColor: string; readTextColor: string; unreadTextColor: string; }; title: { readTextColor: string; unreadTextColor: string; }; unreadIndicatorColor: string; readIndicatorColor: string; readStrokeWidth: string; unreadStrokeWidth: string; }; rectangularTile: { chip: { alignment: string; }; liveChip: { readImage: string; unreadImage: string; readBackgroundColor: string; unreadBackgroundColor: string; readTextColor: string; unreadTextColor: string; }; title: { textColor: string; }; padding: string; unreadIndicator: { image: string; backgroundColor: string; textColor: string; }; }; }; buttons: { backgroundColor: string; textColor: string; textCase: string; cornerRadius: string; }; instructions: { headingColor: string; subHeadingColor: string; backgroundColor: string; button: { textColor: string; backgroundColor: string; }; }; engagementUnits: { poll: { answerTextColor: string; percentBarColor: string; selectedAnswerBorderColor: string; answeredMessageTextColor: string; selectedAnswerBorderImage: string; }; triviaQuiz: { correctColor: string; incorrectColor: string; }; }; };