import * as React from 'react'; export declare function ActionButton({ children, size, ...restProps }: { [x: string]: any; children: any; size: any; }): React.JSX.Element;