import { TRequiredProps } from '../../internal/requiredProps';
import { ICanvasMutableProps, ICanvasStaticProps } from './types';
export declare const STATIC_PROPS: TRequiredProps<ICanvasStaticProps>;
export declare const MUTABLE_PROPS: TRequiredProps<ICanvasMutableProps>;
//# sourceMappingURL=props.d.ts.map