import { SlackerProps } from "./types"; export declare function Slacker({ children, errorFallback, loadingFallback, loader, threshold, rootMargin, onError, maxRetries, retryDelay, }: SlackerProps): import("react/jsx-runtime").JSX.Element;