import { ShapeComponent as SC } from '../../runtime';
export type SmoothOptions = {
    alpha?: number;
};
export declare const Smooth: SC<SmoothOptions>;
