export declare const LAUNCHER_SIZE = 48; export declare const LAUNCHER_WITH_LABEL_SIZE = 40; export declare const launcherContainer: string; export declare const launcherStyles: import('@vanilla-extract/recipes').RuntimeFn<{ isOpen: { true: { filter: "drop-shadow(rgba(0, 0, 0, 0.06) 0px 1px 6px) drop-shadow(rgba(0, 0, 0, 0.16) 0px 2px 32px)"; WebkitFilter: "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)"; WebkitBackfaceVisibility: "hidden"; WebkitTransform: "translate3d(0, 0, 0)"; overflow: "initial"; height: "48px"; width: "48px"; }; }; 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})`; }; }; }; isLoading: { true: {}; }; }>; export declare const loadingSpinnerStyles: string; export declare const iconContainer: import('@vanilla-extract/recipes').RuntimeFn<{ isOpen: { true: {}; false: { width: "24px"; height: "24px"; }; }; withIcon: { false: {}; }; }>; export declare const launcherLabelStyles: import('@vanilla-extract/recipes').RuntimeFn<{ isOpen: { true: { opacity: number; maxWidth: number; width: number; marginLeft: number; }; false: { opacity: number; maxWidth: "fit-content"; width: "fit-content"; }; }; }>; export declare const closeIconStyles: import('@vanilla-extract/recipes').RuntimeFn<{ withLabel: { true: { width: number; height: number; }; }; }>; export declare const launcherIconStyles: import('@vanilla-extract/recipes').RuntimeFn<{ isOpen: { true: { opacity: number; }; false: { opacity: number; }; }; }>; export declare const twistInAnimation: string; export declare const twistOutAnimation: string; export declare const closeChevron: import('@vanilla-extract/recipes').RuntimeFn<{ isOpen: { true: {}; false: {}; }; isLoading: { true: {}; }; }>; export declare const imageStyles: import('@vanilla-extract/recipes').RuntimeFn<{ isOpen: { true: { opacity: number; width: number; }; false: { opacity: number; }; }; isLoading: { true: { opacity: number; }; }; }>; //# sourceMappingURL=styles.css.d.ts.map