import { RecipeVariants } from '@vanilla-extract/recipes'; export declare const quoteSetContainer: string; export declare const dots: string; export declare const headerCarousel: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { color: `var(--${string})`; }; secondary: { color: `var(--${string})`; }; tertiary: { color: `var(--${string})`; }; quaternary: { color: `var(--${string})`; }; }; }>; export declare const carousel: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { background: `var(--${string})`; border: "1px solid #E9EBEF"; color: `var(--${string})`; }; secondary: { background: `var(--${string})`; color: `var(--${string})`; }; tertiary: { background: `var(--${string})`; color: `var(--${string})`; }; quaternary: { background: `var(--${string})`; color: `var(--${string})`; }; }; }>; export declare const descriptionCarousel: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { color: `var(--${string})`; }; secondary: { color: `var(--${string})`; }; tertiary: { color: `var(--${string})`; }; quaternary: { color: `var(--${string})`; }; }; }>; export declare const authorLocation: string; export declare const author: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { color: `var(--${string})`; }; secondary: { color: `var(--${string})`; }; tertiary: { color: `var(--${string})`; }; quaternary: { color: `var(--${string})`; }; }; }>; export declare const slideBase: string; export declare const slide: Record<"hide" | "show", string>; export declare const slides: string; export declare const icon: import('@vanilla-extract/recipes').RuntimeFn<{}>; export declare const dot: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { borderColor: `var(--${string})`; selectors: { "&:hover": { background: "#87B9D7"; }; }; }; secondary: { borderColor: `var(--${string})`; selectors: { "&:hover": { background: "#87B9D7"; }; }; }; tertiary: { borderColor: `var(--${string})`; selectors: { "&:hover": { background: "#EBEBEB"; }; }; }; quaternary: { borderColor: `var(--${string})`; selectors: { "&:hover": { background: "#EBEBEB"; }; }; }; }; selected: { true: {}; }; }>; export type carouselVariants = RecipeVariants;