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