import { ShapeComponent as SC } from '../../runtime'; export type SquareOptions = Record<string, any>; /** * ■ */ export declare const Square: SC<SquareOptions>;