export declare const expandableTextCSS: import("@vanilla-extract/recipes").RuntimeFn<{ expanded: { true: { opacity: number; }; false: { opacity: number; }; }; }>; export declare const expandableTextButtonCSS: string;