declare const _default: { buttons: { critical: { '&:not(.disabled):hover': any; }; danger: { '&:not(.disabled):hover': any; }; success: { '&:not(.disabled):hover': any; }; default: { '&:not(.disabled):hover': any; '&:focus': any; }; inline: { '&:not(.disabled):hover': any; }; inlinePrimary: { '&:not(.disabled):hover': any; }; text: { '&:not(.disabled):hover': any; }; inverted: any; primary: { '&:hover': any; }; link: { 'body &': any; 'body &:hover': any; '&:not(.disabled):hover': { color: string; borderColor: string; }; }; iconButtons: any; filter: { '&:not(.disabled):hover': { borderColor: string; color: string; }; }; }; forms: { input: { '&[type=password]': { backgroundColor: string; borderColor: string; }; '&[type=password]:focus': { outline: string; outlineColor: string; outlineOffset: string; borderColor: string; }; numberField: any; }; select: { '&:not(.disabled):hover': any; }; search: { wrapper: { '& input[type=search]': any; '& input[type=search]:focus': { outline: string; outlineColor: string; outlineOffset: string; borderColor: string; }; }; }; label: { 'body &': { textTransform: string; }; checkbox: { textTransform: string; }; }; }; links: { app: { '&:hover': any; }; skip: { '&:hover': { color: string; textDecoration: string; '&:focus': { outline: string; outlineColor: string; color: string; textDecoration: string; }; }; '&:visited': { color: string; textDecoration: string; }; '&.is-pressed': { color: string; textDecoration: string; }; }; pingLogo: { '&:hover': { '&.is-focused': { outline: string; outlineColor: string; outlineOffset: string; }; }; }; }; variants: { accordion: { header: any; }; rockerButton: { thumbSwitch: any; }; environmentBreadcrumb: { button: { current: { '&:hover:not(.disabled)': any; '&:focus': any; }; }; }; navBar: { sectionButton: any; itemButton: any; }; }; }; export default _default;