import * as React from 'react';
export declare const ShelfIcon: import("styled-components").StyledComponent<(props: {
    className?: string;
    float?: 'left' | 'right';
    size?: string;
    color?: string;
    direction: 'left' | 'right' | 'up' | 'down';
    style?: React.CSSProperties;
}) => JSX.Element, import("../theme").ResolvedThemeInterface, {}, never>;
export declare const Badge: import("styled-components").StyledComponent<"span", import("../theme").ResolvedThemeInterface, {
    type: string;
    color?: string | undefined;
}, never>;
