import * as _vanilla_extract_recipes from '@vanilla-extract/recipes'; declare const tabIndicatorStyle: _vanilla_extract_recipes.RuntimeFn<{ variant: { primary: { borderRadius: "3px 3px 0 0"; height: number; }; secondary: { height: number; }; }; }>; export { tabIndicatorStyle };