import { themeType } from '../../tokens/themes'; interface StyledBreadcrumbProps { themeColor: themeType; } export declare const StyledBreadcrumb: import("styled-components").StyledComponent<"ol", any, StyledBreadcrumbProps, never>; export {}; //# sourceMappingURL=styled.d.ts.map