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