import type * as React from 'react'; export declare function BreadcrumbsButton(props: { title: string; onClick?: React.MouseEventHandler; children: React.ReactNode; }): import("react/jsx-runtime").JSX.Element;