export declare const StyledErrorButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & { activeColour?: string; inactiveColour?: string; buttonSize?: number; enabled?: boolean; } & import("react").RefAttributes, "color" | "activeColour" | "inactiveColour" | "enabled" | "fontSize" | "$margin" | "fontFamily" | "fontWeight" | "fontStyle"> & { activeColour: string; inactiveColour: string; fontFamily: string; fontSize: number; fontWeight: string; fontStyle: string; color: string; enabled: boolean; $margin?: string; }, never> & Partial & { activeColour?: string; inactiveColour?: string; buttonSize?: number; enabled?: boolean; } & import("react").RefAttributes, "color" | "activeColour" | "inactiveColour" | "enabled" | "fontSize" | "$margin" | "fontFamily" | "fontWeight" | "fontStyle"> & { activeColour: string; inactiveColour: string; fontFamily: string; fontSize: number; fontWeight: string; fontStyle: string; color: string; enabled: boolean; $margin?: string; }, never>>> & string & Omit & { activeColour?: string; inactiveColour?: string; buttonSize?: number; enabled?: boolean; } & import("react").RefAttributes>, keyof import("react").Component>;