import * as React from 'react'; import type { TLShapeUtil } from '../../TLShapeUtil'; import type { IShapeTreeNode, TLShape } from '../../types'; export interface ShapeProps extends IShapeTreeNode { utils: TLShapeUtil; } declare function _Shape({ shape, utils, meta, ...rest }: ShapeProps): JSX.Element; export declare const Shape: React.MemoExoticComponent; export {}; //# sourceMappingURL=Shape.d.ts.map