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