export declare class DdaBreadcrumb { design: 'text' | 'icon-text' | 'icon'; separator: 'chevron-right' | 'slash'; custom_class?: string; component_mode?: string; el: HTMLElement; breadcrumbs: { text: string; icon: string; url: string; }[]; componentWillLoad(): void; render(): any; }