import type { HTMLElementProps } from '../types';
declare const Feturbulence: import("svelte").Component<HTMLElementProps, {}, "ref">;
type Feturbulence = ReturnType<typeof Feturbulence>;
export default Feturbulence;
