import * as React from 'react';
export declare const CommonButton: React.ForwardRefExoticComponent<React.ButtonHTMLAttributes<HTMLButtonElement> & {
    activeColour?: string;
    inactiveColour?: string;
    buttonSize?: number;
    enabled?: boolean;
} & React.RefAttributes<HTMLButtonElement>>;
