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