export declare const navigationStyle: { stickyFooter: import("@vanilla-extract/recipes").RuntimeFn<{ overflow: { false: { border: "none"; boxShadow: "none"; }; }; }>; header: string; logoContainer: string; navigation: string; container: import("@vanilla-extract/recipes").RuntimeFn<{ [x: string]: { [x: string]: string | import("@vanilla-extract/css").ComplexStyleRule; }; }>; contentContainer: string; contentContainerCollapsed: string; content: import("@vanilla-extract/recipes").RuntimeFn<{ collapsed: { true: { width: number; transition: `width var(--${string}) cubic-bezier(0.5, 0, 0.1, 1)`; alignItems: "start"; }; }; }>; slider: string; itemMenuContainer: string; itemCollapsed: string; itemRelative: string; itemPadded: string; itemPinIcon: Record<"active" | "inactive", string>; itemMenu: string; itemMenuPinned: string; itemContainerBase: string; itemContainer: import("@vanilla-extract/recipes").RuntimeFn<{ expanding: { true: { selectors: { [x: string]: { animation: `${string} ${number}ms ${number}ms cubic-bezier(0.5, 0, 0.1, 1) both, ${string} 250ms`; }; }; }; }; disabled: { true: { backgroundColor: "unset"; cursor: "not-allowed"; }; }; hasActive: { true: { backgroundColor: `var(--${string})`; }; }; isActive: { true: { backgroundColor: `var(--${string})`; selectors: { '&:hover': { backgroundColor: `var(--${string})`; }; }; }; }; noExpand: { false: { cursor: "pointer"; }; }; }>; itemShowDraggable: string; itemShowPinButton: string; itemWeakText: string; itemVariants: import("@vanilla-extract/recipes").RuntimeFn<{ showDraggableIcon: { true: string; }; showPinIcon: { true: string; }; shouldHaveWeakText: { true: string; }; }>; itemDragIcon: string; itemWrapText: import("@vanilla-extract/recipes").RuntimeFn<{ animation: { collapse: { whiteSpace: "nowrap !important"; opacity: number; }; expand: { animation: `${string} 250ms cubic-bezier(0.5, 0, 0.1, 1) both`; }; false: {}; }; disabled: { true: { color: `var(--${string})`; }; }; weak: { true: { color: `var(--${string})`; }; }; }>; itemBadge: string; itemPinnedButton: string; itemMenuStack: string; itemArrowIcon: string; itemCategoryIcon: string; itemPaddingStack: string; groupText: import("@vanilla-extract/recipes").RuntimeFn<{ animation: { expand: { animation: `${string} 250ms cubic-bezier(0.5, 0, 0.1, 1)`; }; }; }>; groupStack: string; pinnedItemDropableArea: string; pinnedItemRelativeDiv: string; pinnedItemContainer: import("@vanilla-extract/recipes").RuntimeFn<{ expanded: { true: { marginLeft: `var(--${string})`; paddingLeft: `var(--${string})`; }; }; }>; separator: string; showHideStack: import("@vanilla-extract/recipes").RuntimeFn<{ expanding: { true: { animation: `${string} 250ms cubic-bezier(0.5, 0, 0.1, 1)`; }; }; }>; }; //# sourceMappingURL=styles.css.d.ts.map