import { default as Breadcrumb } from './Breadcrumb.vue';
import { default as mdx } from './Breadcrumb.mdx';
import { default as iconOverview } from '../../assets/images/iconOverview.svg';
///
///
declare namespace _default {
export let title: string;
export { Breadcrumb as component };
export let decorators: ((storyFn: any) => any)[];
export namespace parameters {
namespace docs {
export { mdx as page };
}
}
}
export default _default;
export function Primary(args: any, { argTypes }: {
argTypes: any;
}): {
props: string[];
components: {
Breadcrumb: import('vue').DefineComponent<{
startName: {
type: StringConstructor;
required: true;
};
iconSrc: {
type: StringConstructor;
default: string;
};
iconAltText: {
type: StringConstructor;
default: string;
};
iconClasses: {
type: StringConstructor;
default: null;
};
}, any, any, {
crumbs(): {
name: any;
path: any;
}[];
}, {
titleize(str: any): any;
getParamDisplay(lastChildInPath: any): any;
getPathDisplay(lastChildInPath: any): any;
getCrumbDisplay(routeRecord: any): any;
getCrumbPath(routeRecord: any, index: any): any;
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly>, {
iconSrc: string;
iconAltText: string;
iconClasses: string;
}, {}>;
};
setup: () => {
args: any;
};
template: string;
};
export namespace Primary {
namespace args {
export let startName: string;
export { iconOverview as iconSrc };
}
}