export declare const maxWidthTextVar: `var(--${string})`; export declare const maxWidthText: string; export declare const estimateCostImage: string; export declare const tr: string; export declare const div: string; export declare const leftSide: string; export declare const itemResourceName: import("@vanilla-extract/recipes").RuntimeFn<{ animated: { true: { animation: `800ms ${string}`; }; }; }>; export declare const resourceName: import("@vanilla-extract/recipes").RuntimeFn<{ isAnimated: { true: { animation: `${string} 800ms`; }; }; isOverlay: { false: { textAlign: "right"; }; true: { display: "flex"; flexDirection: "column"; height: `var(--${string})`; justifyContent: "center"; textAlign: "initial"; WebkitBoxPack: "center"; }; }; }>; export declare const badgeItem: string; export declare const textItem: string; export declare const estimateCostMaxWidthText: string; export declare const tooltip: string; export declare const lineThrough: string; export declare const regular: import("@vanilla-extract/recipes").RuntimeFn<{ isOverlay: { false: { display: "inline-flex"; }; true: { display: "flex"; }; }; variant: { big: {}; capitalized: {}; normal: {}; small: { color: `var(--${string})`; display: "block"; fontSize: number; lineHeight: number; }; }; }>; export declare const strong: import("@vanilla-extract/recipes").RuntimeFn<{ variant: { big: { fontSize: number; }; capitalized: { fontSize: number; textTransform: "capitalize"; }; normal: { fontSize: number; }; small: { fontSize: number; }; }; }>; export declare const numberInput: string; //# sourceMappingURL=components.css.d.ts.map