import { RuntimeFn } from '@vanilla-extract/recipes'; export declare const TOGGLE_GROUP_STYLES: { recipe: RuntimeFn<{ orientation: { horizontal: { flexDirection: "row"; }; vertical: { flexDirection: "column"; alignItems: "stretch"; }; }; }>; };