export declare const GRAB_HANDLE_HEIGHT = 20; export declare const pageWrapper: string; export declare const controlBarButton: string; export declare const tabText: string; export declare const handle: string; export declare const grabbable: string; export declare const handleLine: string; export declare const controlBarVariants: import("@vanilla-extract/recipes").RuntimeFn<{ selected: { true: { color: string; }; false: { color: string; }; }; }>; export declare const controlBarBottomVariants: import("@vanilla-extract/recipes").RuntimeFn<{ selected: { true: { backgroundColor: string; }; }; hovered: { true: { backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; }; }>;