/// <reference types="react" />
interface Props {
    tooltipBackground: string;
    direction: string;
    status: string;
    size: number;
    background: string;
    active: any;
    icon: any;
}
export declare const Component: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Props>> & string;
export {};
