///
import { BreadcrumbItemProps, BreadcrumbsProps } from './types';
export declare const StyledNav: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & BreadcrumbsProps, import("react").DetailedHTMLProps, HTMLElement>, {}>;
export declare const StyledOrderedList: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & BreadcrumbsProps, import("react").DetailedHTMLProps, HTMLOListElement>, {}>;
export declare const StyledListItem: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & BreadcrumbsProps, import("react").DetailedHTMLProps, HTMLLIElement>, {}>;
export declare const StyledButton: import("@emotion/styled").StyledComponent<((import("../button").ButtonOrButtonLinkProps & import("react").RefAttributes) & {
theme?: import("@emotion/react").Theme | undefined;
}) & BreadcrumbItemProps, {}, {}>;
//# sourceMappingURL=styled.d.ts.map