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