import React, { ComponentPropsWithoutRef, ComponentType } from "react"; import { Overwrite } from "type-zoo"; import { FlexProps } from "../../primitives/elements"; export declare type NavigationBarItemProps = FlexProps & { isSelected?: boolean; }; export declare type PrimaryBarItemProps = NavigationBarItemProps; declare const PrimaryBarItem: import("create-emotion-styled").StyledOtherComponent & React.HTMLAttributes, { colors: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; color: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; spacing: { spacing: { "3xs": string; xs3: string; "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; "3xl": string; xl3: string; }; layout: { "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; }; }; layers: typeof import("../../layout/layers").layers; fonts: { weights: { thin: number; regular: number; bold: number; }; styles: { alpha: string; beta: string; gamma: string; delta: string; epsilon: string; body: string; specialtyBody: string; label: string; input: string; large: string; dataVizLabel: string; }; }; breakpoints: Required>; }, React.Ref>, { colors: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; color: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; spacing: { spacing: { "3xs": string; xs3: string; "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; "3xl": string; xl3: string; }; layout: { "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; }; }; layers: typeof import("../../layout/layers").layers; fonts: { weights: { thin: number; regular: number; bold: number; }; styles: { alpha: string; beta: string; gamma: string; delta: string; epsilon: string; body: string; specialtyBody: string; label: string; input: string; large: string; dataVizLabel: string; }; }; breakpoints: Required>; }>; declare function PrimaryBarNavItem({ asComp, className, mobileWrapperClassName, ...props }: { asComp?: ComponentType | string; className?: string; mobileWrapperClassName?: string; children: React.ReactNode; innerRef?: React.Ref; } & Overwrite): JSX.Element; declare enum TranslationKeys { openMenu = "wfss-components.primarybar.menu.open", menuTitle = "wfss-components.primarybar.menu.title", mainNavTitle = "wfss-components.primarybar.title", mainNavDropdownTitle = "wfss-components.primarybar.dropdown.title" } declare const defaultTranslate: (arg: { id: TranslationKeys; values?: any; }) => string; declare const primaryBarDropDownDefaultState: () => { isOpen: boolean; toggleOpen: () => void; }; declare type PrimaryBarDropDownProps = ComponentPropsWithoutRef & { title: string; id: string; translate?: typeof defaultTranslate; } & ReturnType; declare const _default: { PrimaryBar: React.ComponentType<{ className?: string; } & { titleSection?: React.ReactNode; navSection?: React.ReactNode; rightSection?: React.ReactNode; menuIcon?: React.ReactNode; onMenuToggle?: (event: React.MouseEvent) => void; showMenu?: boolean; mobileMenuRef?: React.RefObject; renderMobileMenuContent?: (arg: { navSection: React.ReactNode; getWrapperProps: () => any; }) => React.ReactNode; theme?: { colors: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; color: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; spacing: { spacing: { "3xs": string; xs3: string; "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; "3xl": string; xl3: string; }; layout: { "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; }; }; layers: typeof import("../../layout/layers").layers; fonts: { weights: { thin: number; regular: number; bold: number; }; styles: { alpha: string; beta: string; gamma: string; delta: string; epsilon: string; body: string; specialtyBody: string; label: string; input: string; large: string; dataVizLabel: string; }; }; breakpoints: Required>; }; translate?: (arg: { id: TranslationKeys; values?: any; }) => string; id?: string; mobileWrapperClassName?: string; mobileMenuSize?: number; }>; PrimaryBarIcon: import("create-emotion-styled").StyledOtherComponent & React.HTMLAttributes, { colors: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; color: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; spacing: { spacing: { "3xs": string; xs3: string; "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; "3xl": string; xl3: string; }; layout: { "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; }; }; layers: typeof import("../../layout/layers").layers; fonts: { weights: { thin: number; regular: number; bold: number; }; styles: { alpha: string; beta: string; gamma: string; delta: string; epsilon: string; body: string; specialtyBody: string; label: string; input: string; large: string; dataVizLabel: string; }; }; breakpoints: Required>; }, React.Ref>, { colors: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; color: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; spacing: { spacing: { "3xs": string; xs3: string; "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; "3xl": string; xl3: string; }; layout: { "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; }; }; layers: typeof import("../../layout/layers").layers; fonts: { weights: { thin: number; regular: number; bold: number; }; styles: { alpha: string; beta: string; gamma: string; delta: string; epsilon: string; body: string; specialtyBody: string; label: string; input: string; large: string; dataVizLabel: string; }; }; breakpoints: Required>; }>; PrimaryBarTitle: import("create-emotion-styled").StyledOtherComponent<{}, import("create-emotion-styled/types/common").StyledOtherProps<{ direction?: import("csstype").FlexDirectionProperty; alignment?: string; } & import("../../primitives/elements/Elements").ISharedElementProps & { isSelected?: boolean; } & React.ClassAttributes & React.HTMLAttributes, { colors: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; color: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; spacing: { spacing: { "3xs": string; xs3: string; "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; "3xl": string; xl3: string; }; layout: { "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; }; }; layers: typeof import("../../layout/layers").layers; fonts: { weights: { thin: number; regular: number; bold: number; }; styles: { alpha: string; beta: string; gamma: string; delta: string; epsilon: string; body: string; specialtyBody: string; label: string; input: string; large: string; dataVizLabel: string; }; }; breakpoints: Required>; }, React.Ref>, { colors: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; color: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; spacing: { spacing: { "3xs": string; xs3: string; "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; "3xl": string; xl3: string; }; layout: { "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; }; }; layers: typeof import("../../layout/layers").layers; fonts: { weights: { thin: number; regular: number; bold: number; }; styles: { alpha: string; beta: string; gamma: string; delta: string; epsilon: string; body: string; specialtyBody: string; label: string; input: string; large: string; dataVizLabel: string; }; }; breakpoints: Required>; }>; SecondaryBar: import("create-emotion-styled").StyledStatelessComponent<{}, Pick, HTMLElement>, { colors: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; color: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; spacing: { spacing: { "3xs": string; xs3: string; "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; "3xl": string; xl3: string; }; layout: { "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; }; }; layers: typeof import("../../layout/layers").layers; fonts: { weights: { thin: number; regular: number; bold: number; }; styles: { alpha: string; beta: string; gamma: string; delta: string; epsilon: string; body: string; specialtyBody: string; label: string; input: string; large: string; dataVizLabel: string; }; }; breakpoints: Required>; }, React.Ref>, "css" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "inputMode" | "is" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "theme" | "innerRef" | "key">, { colors: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; color: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; spacing: { spacing: { "3xs": string; xs3: string; "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; "3xl": string; xl3: string; }; layout: { "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; }; }; layers: typeof import("../../layout/layers").layers; fonts: { weights: { thin: number; regular: number; bold: number; }; styles: { alpha: string; beta: string; gamma: string; delta: string; epsilon: string; body: string; specialtyBody: string; label: string; input: string; large: string; dataVizLabel: string; }; }; breakpoints: Required>; }>; PrimaryBarNavItem: typeof PrimaryBarNavItem; SecondaryBarIcon: import("create-emotion-styled").StyledOtherComponent & React.HTMLAttributes, { colors: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; color: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; spacing: { spacing: { "3xs": string; xs3: string; "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; "3xl": string; xl3: string; }; layout: { "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; }; }; layers: typeof import("../../layout/layers").layers; fonts: { weights: { thin: number; regular: number; bold: number; }; styles: { alpha: string; beta: string; gamma: string; delta: string; epsilon: string; body: string; specialtyBody: string; label: string; input: string; large: string; dataVizLabel: string; }; }; breakpoints: Required>; }, React.Ref>, { colors: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; color: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; spacing: { spacing: { "3xs": string; xs3: string; "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; "3xl": string; xl3: string; }; layout: { "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; }; }; layers: typeof import("../../layout/layers").layers; fonts: { weights: { thin: number; regular: number; bold: number; }; styles: { alpha: string; beta: string; gamma: string; delta: string; epsilon: string; body: string; specialtyBody: string; label: string; input: string; large: string; dataVizLabel: string; }; }; breakpoints: Required>; }>; FooterBar: import("create-emotion-styled").StyledOtherComponent<{}, import("create-emotion-styled/types/common").StyledOtherProps<{ addLeftPadding?: boolean; } & React.ClassAttributes & React.HTMLAttributes, { colors: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; color: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; spacing: { spacing: { "3xs": string; xs3: string; "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; "3xl": string; xl3: string; }; layout: { "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; }; }; layers: typeof import("../../layout/layers").layers; fonts: { weights: { thin: number; regular: number; bold: number; }; styles: { alpha: string; beta: string; gamma: string; delta: string; epsilon: string; body: string; specialtyBody: string; label: string; input: string; large: string; dataVizLabel: string; }; }; breakpoints: Required>; }, React.Ref>, { colors: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; color: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; spacing: { spacing: { "3xs": string; xs3: string; "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; "3xl": string; xl3: string; }; layout: { "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; }; }; layers: typeof import("../../layout/layers").layers; fonts: { weights: { thin: number; regular: number; bold: number; }; styles: { alpha: string; beta: string; gamma: string; delta: string; epsilon: string; body: string; specialtyBody: string; label: string; input: string; large: string; dataVizLabel: string; }; }; breakpoints: Required>; }>; FooterBarIcon: import("create-emotion-styled").StyledOtherComponent<{}, import("create-emotion-styled/types/common").StyledOtherProps<{ direction?: import("csstype").FlexDirectionProperty; alignment?: string; } & import("../../primitives/elements/Elements").ISharedElementProps & { isSelected?: boolean; } & React.ClassAttributes & React.HTMLAttributes, { colors: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; color: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; spacing: { spacing: { "3xs": string; xs3: string; "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; "3xl": string; xl3: string; }; layout: { "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; }; }; layers: typeof import("../../layout/layers").layers; fonts: { weights: { thin: number; regular: number; bold: number; }; styles: { alpha: string; beta: string; gamma: string; delta: string; epsilon: string; body: string; specialtyBody: string; label: string; input: string; large: string; dataVizLabel: string; }; }; breakpoints: Required>; }, React.Ref>, { colors: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; color: { brand01: string; brand02: string; brand03: string; ui01: string; ui02: string; ui03: string; ui04: string; ui05: string; text01: string; text02: string; text03: string; inverse01: string; field01: string; support01: string; support02: string; support03: string; support04: string; nav01: string; nav02: string; }; spacing: { spacing: { "3xs": string; xs3: string; "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; "3xl": string; xl3: string; }; layout: { "2xs": string; xs2: string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; xl2: string; }; }; layers: typeof import("../../layout/layers").layers; fonts: { weights: { thin: number; regular: number; bold: number; }; styles: { alpha: string; beta: string; gamma: string; delta: string; epsilon: string; body: string; specialtyBody: string; label: string; input: string; large: string; dataVizLabel: string; }; }; breakpoints: Required>; }>; PrimaryBarDropDown: { ({ id, title, children, isOpen, toggleOpen, translate, ...props }: PrimaryBarDropDownProps): JSX.Element; useDefaultState: () => { isOpen: boolean; toggleOpen: () => void; }; }; PrimaryBarDropDownItem: typeof PrimaryBarNavItem; }; export default _default;