export declare const button: import("@vanilla-extract/recipes").RuntimeFn<{ variant: { primary: {}; secondary: { selectors: { '&[data-state="open"]': { color: string; borderColor: string; }; }; }; tertiary: { selectors: { '&[data-state="open"]': { color: string; }; }; }; }; }>;