import { FC } from 'react'; import { FigureInterface } from './figure.type'; export declare const Figure: FC;