import { IconSize, LoaderSize } from '../../../../types'; export declare const astroThemeValues: { accordionHoveredState: { '&.is-hovered': { color: string; }; }; accordionItemDefaultLabelTag: string; navBarIconSize: IconSize; activeColor: string; backgroundBaseColor: string; icons: { [x: number]: import("@pingux/mdi-react").MdiReactIconComponentType; aic: (props: any) => import("react/jsx-runtime").JSX.Element; applicationsIcon: import("@pingux/mdi-react").MdiReactIconComponentType; Ascending: import("@pingux/mdi-react").MdiReactIconComponentType; authenticationIcon: import("@pingux/mdi-react").MdiReactIconComponentType; clipboard: import("@pingux/mdi-react").MdiReactIconComponentType; CreateIcon: import("@pingux/mdi-react").MdiReactIconComponentType; daVinci: (props: any) => import("react/jsx-runtime").JSX.Element; DefaultCircle: import("@pingux/mdi-react").MdiReactIconComponentType; Descending: import("@pingux/mdi-react").MdiReactIconComponentType; popoverMenuIcon: import("@pingux/mdi-react").MdiReactIconComponentType; ErrorCircle: import("@pingux/mdi-react").MdiReactIconComponentType; integrationsIcon: import("@pingux/mdi-react").MdiReactIconComponentType; listViewMenu: import("@pingux/mdi-react").MdiReactIconComponentType; mdiAccountCog: import("@pingux/mdi-react").MdiReactIconComponentType; mdiAccountMultiple: import("@pingux/mdi-react").MdiReactIconComponentType; mdiEarth: import("@pingux/mdi-react").MdiReactIconComponentType; mdiEmoticonHappyOutline: import("@pingux/mdi-react").MdiReactIconComponentType; mdiFingerprint: import("@pingux/mdi-react").MdiReactIconComponentType; mdiPlayCircleIcon: import("@pingux/mdi-react").MdiReactIconComponentType; mdiScaleBalance: import("@pingux/mdi-react").MdiReactIconComponentType; mdiShoCard: (props: any) => import("react/jsx-runtime").JSX.Element; mdiTransitConnectionVariant: import("@pingux/mdi-react").MdiReactIconComponentType; mdiViewDashboard: import("@pingux/mdi-react").MdiReactIconComponentType; mdiWeb: import("@pingux/mdi-react").MdiReactIconComponentType; MenuDown: import("@pingux/mdi-react").MdiReactIconComponentType; MenuUp: import("@pingux/mdi-react").MdiReactIconComponentType; monitoringIcon: import("@pingux/mdi-react").MdiReactIconComponentType; openInNew: import("@pingux/mdi-react").MdiReactIconComponentType; overviewIcon: import("@pingux/mdi-react").MdiReactIconComponentType; p1verify: (props: any) => import("react/jsx-runtime").JSX.Element; pam: (props: any) => import("react/jsx-runtime").JSX.Element; PingAuthorize: import("@pingux/mdi-react").MdiReactIconComponentType; pingLogoHorizontalSmall: import("react/jsx-runtime").JSX.Element; protect: (props: any) => import("react/jsx-runtime").JSX.Element; rocketLaunchIcon: import("@pingux/mdi-react").MdiReactIconComponentType; shareFeedbackIcon: import("@pingux/mdi-react").MdiReactIconComponentType; shieldStar: import("@pingux/mdi-react").MdiReactIconComponentType; SuccessCircle: import("@pingux/mdi-react").MdiReactIconComponentType; userExperienceIcon: import("@pingux/mdi-react").MdiReactIconComponentType; WarningIcon: import("@pingux/mdi-react").MdiReactIconComponentType; }; styles: { navButtonEstHeight: number; }; tShirtSizes: { xxs: string; xs: string; xsm: string; sm: string; md: string; }; iconBadgeCircleColor: string; iconWrapperSizes: { sm: number; md: number; lg: number; }; iFrameContentDivBackgroundColor: string; copyButtonSize: IconSize; pageHeaderTitleMargin: string; pageHeaderAddIconMargin: string; pageHeaderAddIconSize: IconSize; breadcrumbIconSize: IconSize; breadcrumbIconMargin: number; rockerButtonGap: string; accordionItemMarginLeft: string; defaultLoaderSize: number; defaultIconColor: string; defaultIconSize: IconSize; calendarIconSize: IconSize; buttonLoaderSize: LoaderSize; badgeStyles: { blueBg: string; greyBg: string; blueText: string; greyText: string; }; linkSelectFieldWidth: string; badgeTextFontSize: string; };