declare const ActionButton: import("styled-components").StyledComponentClass & Pick & { color?: string; }, any, Pick<{ color: string; }, never> & Pick & { theme?: any; }, "children" | "className" | "style" | "onClick" | "onMouseDown" | "onMouseUp" | "type" | "disabled" | "theme" | "innerRef" | "autoWidth" | "border" | "raised" | "comp"> & { color?: string; }>; export default ActionButton;