export declare const selectableCardStyle: { container: import("@vanilla-extract/recipes").RuntimeFn<{ cursor: { custom: { cursor: "pointer"; }; default: { cursor: "default"; }; }; image: { icon: { padding: `var(--${string})`; paddingRight: `var(--${string})`; }; illustration: { padding: `var(--${string})`; }; none: {}; }; }>; labelContainerSelectableCardLabel: string; labelContainerSelectableCardNoLabel: string; div: string; image: string; illustration: string; stack: string; indentedCard: string; selectableElement: string; }; //# sourceMappingURL=styles.css.d.ts.map