import type { RenderToCanvas } from '@storybook/types'; import type { PixiFramework } from './types/types'; export declare const renderToDOM: RenderToCanvas; export declare const renderToCanvas: RenderToCanvas;