import { TContainerDecorator } from '../../Global'; import { TMilliseconds } from '../../Math'; export declare function waitForCanvasGetSize(container: TContainerDecorator, timeoutMs?: TMilliseconds): Promise; export declare const nextAnimationFrame: () => Promise;