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