export declare function Breadcrumb({ style }: {
    style: any;
}): JSX.Element;
