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