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