export declare const tabButtonCSS: import("@vanilla-extract/recipes").RuntimeFn<{ disabled: { true: { pointerEvents: "none"; color: string; }; false: { cursor: "pointer"; ':hover': { color: string; backgroundColor: string; }; ':active': { color: string; backgroundColor: string; }; }; }; selected: { true: {}; false: {}; }; }>; export declare const tabContentWrapperCSS: string; export declare const disabledTabWrapperCSS: string;