/// <reference types="react" />
export declare function renderSVG(props: any): JSX.Element | null;
export declare function drawOnCanvas(ctx: CanvasRenderingContext2D, props: any): void;
