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