import { HTMLAttributes } from "react"; export declare function Parallax({ children, className, htmlFor, scale, blur, ...props }: HTMLAttributes & Partial<{ htmlFor: string; scale: number; blur: boolean; }>): import("react/jsx-runtime").JSX.Element;