export declare const paddingLeftCell: `var(--${string})`; export declare const overlayMarginVar: `var(--${string})`; export declare const estimateCostStyle: { image: string; tableBase: string; table: Record<"noTotal" | "total", string>; feesTable: string; priceColumn: string; priceCell: string; cell: import("@vanilla-extract/recipes").RuntimeFn<{ hasBorder: { true: { selectors: { '&:before': { borderBottom: `1px solid var(--${string})`; bottom: number; content: "''"; height: number; left: number; marginLeft: `var(--${string})`; position: "absolute"; width: "calc(100% - 32px)"; }; }; }; }; primary: { true: { background: `var(--${string})`; }; }; }>; totalPriceCell: string; emptyTable: string; title: string; emptyCell: string; timeCell: string; badgeBeta: Record<"long" | "short", string>; overlayRow: import("@vanilla-extract/recipes").RuntimeFn<{ hideFromOverlay: { true: { display: "none"; }; }; isFirstElement: { true: { border: number; }; }; shouldBeHidden: { true: { '@media': { '(max-width: 1800px)': { display: "none"; }; }; }; }; }>; badge: string; feesText: string; text: import("@vanilla-extract/recipes").RuntimeFn<{ beta: { true: { marginLeft: `var(--${string})`; }; }; }>; calculatorIcon: string; priceCellContent: string; overlayContainer: import("@vanilla-extract/recipes").RuntimeFn<{ inView: { false: { bottom: number; boxShadow: `var(--${string})`; }; true: { bottom: "-120px"; boxShadow: "0"; }; }; }>; list: string; sideItem: string; content: Record<"compact" | "default", string>; compact: Record<"default" | "strong", string>; compactText: string; maxWidthText: string; estimateCostImage: string; tr: string; div: string; leftSide: string; itemResourceName: import("@vanilla-extract/recipes").RuntimeFn<{ animated: { true: { animation: `800ms ${string}`; }; }; }>; 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"; }; }; }>; badgeItem: string; textItem: string; estimateCostMaxWidthText: string; tooltip: string; lineThrough: string; 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; }; }; }>; strong: import("@vanilla-extract/recipes").RuntimeFn<{ variant: { big: { fontSize: number; }; capitalized: { fontSize: number; textTransform: "capitalize"; }; normal: { fontSize: number; }; small: { fontSize: number; }; }; }>; numberInput: string; }; //# sourceMappingURL=styles.css.d.ts.map