interface StyledGradientLabelsButtonProps { $color?: string; $size?: number; } export declare const StyledGradientLabelsButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute & { activeColour?: string; inactiveColour?: string; buttonSize?: number; enabled?: boolean; } & import("react").RefAttributes, import("react").ButtonHTMLAttributes & { activeColour?: string; inactiveColour?: string; buttonSize?: number; enabled?: boolean; } & import("react").RefAttributes>, StyledGradientLabelsButtonProps>, StyledGradientLabelsButtonProps>> & string & Omit & { activeColour?: string; inactiveColour?: string; buttonSize?: number; enabled?: boolean; } & import("react").RefAttributes>, keyof import("react").Component>; export {};