export declare const StyledButtonTooltip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
    $backgroundColor?: string;
    $color?: string;
    $fontSize?: number;
    $fontFamily?: string;
    $fontWeight?: string;
    $fontStyle?: string;
    $borderRadius?: string;
}>> & string;
