import React from 'react'; declare type Props = {}; declare const CanvasButton: React.MemoExoticComponent<(props: Props) => JSX.Element>; export default CanvasButton;