type $$ComponentProps = {
    id?: string;
    strength?: number;
};
declare const GooeyEffect: import("svelte").Component<$$ComponentProps, {}, "">;
type GooeyEffect = ReturnType<typeof GooeyEffect>;
export default GooeyEffect;
