import type { Component, ExtractPropTypes, PropType } from 'vue'; import type { AcceptableColor } from '@interface-ui/theme'; export declare const breadcrumbProps: { underline: import("@interface-ui/utils").InPropFinalized<(new (...args: any[]) => "none" | "hover" | "always") | (() => "none" | "hover" | "always") | ((new (...args: any[]) => "none" | "hover" | "always") | (() => "none" | "hover" | "always"))[], "none" | "hover" | "always", unknown, string, boolean>; color: import("@interface-ui/utils").InPropFinalized<(new (...args: any[]) => string | import("@interface-ui/theme").ThemeCallBack) | (() => AcceptableColor) | ((new (...args: any[]) => string | import("@interface-ui/theme").ThemeCallBack) | (() => AcceptableColor))[], unknown, unknown, string, boolean>; separator: import("@interface-ui/utils").InPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, string, boolean>; max: { readonly type: PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; cs: { readonly type: PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }; export type BreadcrumbProps = ExtractPropTypes;