/** * The current width of the navigation panel. */ export declare const widthNavigationContainer: `var(--${string})`; /** * The width of the navigation panel when expanded. * It's used to have persistent text wraps during the expand animation. */ export declare const widthNavigationContainerExpanded: `var(--${string})`; /** * Duration of the transition of the width of the navigation. * It's set to 0 when resizing the panel with the handle. */ export declare const widthNavigationContainerDuration: `var(--${string})`; //# sourceMappingURL=variables.css.d.ts.map