import { RuntimeFn } from '../../../node_modules/@vanilla-extract/recipes/dist/vanilla-extract-recipes.cjs.d.js'; declare const breadcrumbStyles: { breadcrumb: string; item: RuntimeFn<{ /** * Indicates whether the breadcrumb item is currently active. * An active item is typically styled differently to show that it represents the current page. */ active: { true: { color: `var(--${string})` | `var(--${string}, ${string})`; }; }; }>; }; export { breadcrumbStyles };