import * as React from 'react'; import type { TLShapeUtil } from '../../TLShapeUtil'; import type { TLComponentProps, TLShape } from '../../types'; interface RenderedShapeProps extends TLComponentProps { shape: T; utils: TLShapeUtil; } declare function _RenderedShape(props: RenderedShapeProps): JSX.Element; export declare const RenderedShape: React.MemoExoticComponent; export {}; //# sourceMappingURL=RenderedShape.d.ts.map