type BreadcrumbProps = {
    solid?: boolean;
};
export declare const Breadcrumb: import("@builder.io/qwik").Component<BreadcrumbProps>;
export {};
