interface LineWobbleProps {
    size?: number | string;
    color?: string;
    speed?: number | string;
    stroke?: number | string;
    bgOpacity?: number | string;
}
declare const LineWobble: React.FC<LineWobbleProps>;
export default LineWobble;
//# sourceMappingURL=LineWobble.d.ts.map