import * as React from 'react';
export declare class Canvas extends React.Component<any> {
    node: HTMLElement;
    componentDidMount(): void;
    shouldComponentUpdate(nextProps: any): boolean;
    updateNodeStylesFromProps: (nextProps: any) => void;
    setNodeRef: (node: any) => any;
    render(): JSX.Element;
}
declare const _default: import("react-redux").ConnectedComponentClass<typeof Canvas, Pick<any, string | number | symbol>>;
export default _default;
