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