import { FC } from 'react';
declare type Props = {
    x: number;
    y: number;
    r: number;
    color: string;
    opacity: number;
    blur: number;
};
declare const CustomOval: FC<Props>;
export default CustomOval;
//# sourceMappingURL=CustomOval.d.ts.map