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