export declare const item: import("@vanilla-extract/recipes").RuntimeFn<{ variant: { primary: { ':hover': { background: string; color: string; }; ':active': { background: string; color: string; }; }; negative: { color: string; ':hover': { background: string; color: string; }; ':active': { background: string; color: string; }; }; }; }>;