import type { Signal } from '@revideo/core'; import type { CanvasStyle, PossibleCanvasStyle } from '../partials'; export type CanvasStyleSignal = Signal; export declare function canvasStyleSignal(): PropertyDecorator; //# sourceMappingURL=canvasStyleSignal.d.ts.map