/// <reference types="react" />
interface StyledGradientLabelsButtonProps {
    $color?: string;
    $size?: number;
}
export declare const StyledGradientLabelsButton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<{
    [x: string]: any;
    children: any;
}, {
    [x: string]: any;
    children: any;
}>, StyledGradientLabelsButtonProps>, StyledGradientLabelsButtonProps>> & Omit<({ children, ...props }: {
    [x: string]: any;
    children: any;
}) => import("react").JSX.Element, keyof import("react").Component<any, {}, any>>;
export {};
