import React from 'react'; import { GraphicsProps } from '../type'; interface RectProps extends GraphicsProps { randomId: string; } declare const _default: React.NamedExoticComponent; export default _default;