export declare const subContainerHeightVar: `var(--${string})`; export declare const skeletonHeightVar: `var(--${string})`; export declare const skeletonWidthVar: `var(--${string})`; export declare const contentCardStyle: { card: import("@vanilla-extract/recipes").RuntimeFn<{ active: { true: { selectors: { '&:hover': { border: `1px solid var(--${string})`; boxShadow: `var(--${string})`; cursor: "pointer"; }; }; }; }; }>; iconContainer: string; iconStack: Record<"column" | "row", string>; subContainer: Record<"column" | "noHref" | "row", string>; subContainerBase: string; image: Record<"column" | "row", string>; imageBase: string; fullHeight: string; skeletonImageBase: string; skeletonImage: Record<"column" | "row", string>; paddedStack: string; }; //# sourceMappingURL=styles.css.d.ts.map