import * as _vanilla_extract_recipes from '@vanilla-extract/recipes'; import { ComplexStyleRule } from '@vanilla-extract/css'; declare const backgroundStyle: _vanilla_extract_recipes.RuntimeFn<{ [x: string]: { [x: string]: string | ComplexStyleRule; }; }>; declare const stateLayerStyle: _vanilla_extract_recipes.RuntimeFn<{}>; declare const activeIndicatorStyle: _vanilla_extract_recipes.RuntimeFn<{ focused: { false: {}; true: { "::after": { opacity: number; }; }; }; }>; export { activeIndicatorStyle, backgroundStyle, stateLayerStyle };