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