export declare const launcherStyles: import('@vanilla-extract/recipes').RuntimeFn<{ isOpen: { true: { maxWidth: number; filter: "drop-shadow(rgba(0, 0, 0, 0.06) 0px 1px 6px) drop-shadow(rgba(0, 0, 0, 0.16) 0px 2px 32px)"; WebkitBackdropFilter: "drop-shadow(rgba(0, 0, 0, 0.06) 0px 1px 6px) drop-shadow(rgba(0, 0, 0, 0.16) 0px 2px 32px)"; gap: number; WebkitBackfaceVisibility: "hidden"; WebkitTransform: "translate3d(0, 0, 0)"; padding: "8px"; }; false: { maxWidth: "500px"; padding: "8px 16px 8px 12px"; }; }; isDisabled: { true: { backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; ':hover': { transform: "none"; backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; ':active': { transform: "none"; backgroundColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; }; }; noImage: Record<"true", string>; isLoading: Record<"true", string>; }>; export declare const launcherLabelStyles: string; export declare const twistInAnimation: string; export declare const twistOutAnimation: string; export declare const closeChevron: import('@vanilla-extract/recipes').RuntimeFn<{ isOpen: { true: { animation: `${string} 0.2s ease-in-out forwards`; animationDelay: "0.2s"; }; false: { animation: `${string} 0.2s ease-in-out forwards`; pointerEvents: "none"; }; }; }>; export declare const imageIconStyle: import('@vanilla-extract/recipes').RuntimeFn<{ isOpen: { true: { opacity: number; transitionDelay: "0.2s"; }; false: { opacity: number; }; }; }>; export declare const imageIconWrapper: import('@vanilla-extract/recipes').RuntimeFn<{ noImage: { true: {}; false: {}; }; isOpen: { true: { transitionDelay: "0.2s"; minWidth: "32px"; minHeight: "32px"; }; false: { minWidth: "24px"; minHeight: "24px"; }; }; }>; export declare const loadingSpinnerStyles: string; export declare const containerLoaderStyles: string; //# sourceMappingURL=styles.css.d.ts.map