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