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