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