/// <reference types="react" />
export declare const StyledErrorButton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<{
    [x: string]: any;
    children: any;
}, {
    activeColour: string;
    inactiveColour: string;
    fontFamily: string;
    fontSize: number;
    fontWeight: string;
    fontStyle: string;
    color: string;
    enabled: boolean;
    $margin?: string;
}>> & Omit<({ children, ...props }: {
    [x: string]: any;
    children: any;
}) => import("react").JSX.Element, keyof import("react").Component<any, {}, any>>;
