import React from 'react'; interface IBreadcrumbProps { } declare const BreadcrumbSample: React.FC; export default BreadcrumbSample;