export declare const CanvasContentWrapper: ({ entry }: {
    entry: any;
}) => import("react/jsx-runtime").JSX.Element;
