import React from 'react'; import { ElementProps } from './Element'; export type CanvasProps = ElementProps; export declare const deprecateCanvasComponent: () => void; export declare function Canvas({ ...props }: CanvasProps): React.JSX.Element;