declare const _default: { app: { color: any; '&.is-hovered': { textDecoration: string; textDecorationColor: any; color: any; }; '&.is-pressed': { color: any; textDecorationColor: any; textDecoration: string; }; '&:visited': { color: any; }; }; nextGen: { color: string; '&.is-hovered': { color: string; }; '&.is-pressed': { color: string; }; }; sideNav: { color: string; '&.is-hovered': { color: string; }; '&.is-pressed': { color: string; }; }; footerLinks: { color: string; '&.is-hovered': { color: string; }; '&.is-pressed': { color: string; }; }; footerHeader: { fontWeight: string; color: string; '&.is-hovered': { color: string; }; '&.is-pressed': { color: string; }; }; copyRightLink: { color: any; '&.is-hovered': { color: string; }; '&.is-pressed': { color: string; }; }; footerLink: { color: any; '&.is-hovered': { color: string; }; '&.is-pressed': { color: string; }; }; footerEALink: { color: any; '&.is-hovered': { color: string; }; '&.is-pressed': { color: string; }; }; }; export default _default;