/**
 * The breadcrumb structure.
 */
export interface Breadcrumb {
    label: string;
    emphasized?: boolean;
    action?: MsftSme.Action1<MouseEvent>;
}
