export declare const stylePresets: { editorialHeaderWithoutBorder: { base: { borderStyle: string; }; }; test: { base: { backgroundColor: string; }; }; roundElement: { base: { borderRadius: string; }; }; linkStandalone: { active: { color: string; iconColor: string; }; base: { color: string; iconColor: string; textDecoration: string; }; hover: { color: string; iconColor: string; textDecoration: string; }; visited: { color: string; iconColor: string; textDecoration: string; }; }; volumeControlIndicator: { base: { backgroundColor: string; borderRadius: string; }; }; audioPlayerVolumeControlThumb: { base: { boxShadow: string; borderWidth: string; borderRadius: string; iconColor: string; backgroundColor: string; }; hover: { backgroundColor: string; }; active: { backgroundColor: string; iconColor: string; }; }; volumeControlTrack: { base: { backgroundColor: string; borderRadius: string; }; }; volumeControlButtons: { base: { backgroundColor: string; borderRadius: string; color: string; iconColor: string; }; hover: { backgroundColor: string; iconColor: string; }; active: { backgroundColor: string; iconColor: string; }; disabled: { backgroundColor: string; color: string; iconColor: string; }; loading: { backgroundColor: string; }; }; audioPlayerPlayPauseButton: { active: { backgroundColor: string; }; base: { backgroundColor: string; borderRadius: string; color: string; iconColor: string; borderWidth: string; borderColor: string; borderStyle: string; }; disabled: { backgroundColor: string; color: string; iconColor: string; }; hover: { backgroundColor: string; }; loading: { backgroundColor: string; color: string; iconColor: string; }; }; flagSolidInverse: { base: { backgroundColor: string; color: string; borderRadius: string; }; }; railLink: { base: { color: string; textDecoration: string; }; hover: { color: string; textDecoration: string; }; }; railDivider: { base: { borderWidth: string; borderColor: string; }; }; footerDivider: { base: { borderWidth: string; borderColor: string; borderStyle: string; }; }; footerHeading: { base: { color: string; }; }; footerLink: { base: { color: string; textDecoration: string; }; }; heroContainer: { base: { backgroundColor: string; }; }; heroGradient: { base: { backgroundImage: string; }; }; navigationPrimaryDivider: { base: { borderStyle: string; borderColor: string; borderWidth: string; }; }; menuItemVertical: { base: { whiteSpace: string; }; }; menuItemHorizontal: { base: { whiteSpace: string; }; active: { borderColor: string; }; focus: { borderColor: string; }; hover: { borderColor: string; }; }; };