import { RecipeRuntimeFn } from '../../styled-system'; export declare const breadcrumbTitle: RecipeRuntimeFn<{ truncate: { true: { truncate: boolean; }; }; dimmed: { true: { color: { base: "likec4.panel.text.dimmed"; _hover: "likec4.panel.action"; }; }; }; }>;