/// <reference types="react" />
import { Props } from '../Artboard/Artboard.types';
export default function withArtboard(props?: Props): (render: any) => JSX.Element;
