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