import * as React from 'react'; export declare const ShelfIcon: import("styled-components").StyledComponentClass<{ className?: string | undefined; float?: "left" | "right" | undefined; size?: string | undefined; color?: string | undefined; direction: NavigationReason; style?: React.CSSProperties | undefined; }, import("../theme").ResolvedThemeInterface, Pick<{ className?: string | undefined; float?: "left" | "right" | undefined; size?: string | undefined; color?: string | undefined; direction: NavigationReason; style?: React.CSSProperties | undefined; }, "color" | "direction" | "style" | "size" | "className" | "float"> & { theme?: import("../theme").ResolvedThemeInterface | undefined; }>; export declare const Badge: import("styled-components").StyledComponentClass<{ type: string; } & React.HTMLProps, import("../theme").ResolvedThemeInterface, { type: string; } & React.HTMLProps>;