import * as React from 'react';
export declare const CommonButton: ({ children, ...props }: {
    [x: string]: any;
    children: any;
}) => React.JSX.Element;
