import { HoneycombElementUIComponent } from './component' /** Displays the location of the current page, making it easier to browser back */ export declare class HcBreadcrumb extends HoneycombElementUIComponent { /** Separator character */ separator: string /** Class name of the icon separator */ separatorClass: string }