import { default as React } from 'react'; export declare const rootClassName = "teddy-breadcrumbs"; export type RootProps = React.ComponentPropsWithoutRef<'nav'> & { negative?: boolean; }; export declare const RootContext: React.Context | undefined>; /** */ export declare const Root: React.ForwardRefExoticComponent, HTMLElement>, "ref"> & { negative?: boolean; } & React.RefAttributes>;