import { FC } from "react"; export declare const LensDirt: FC<{ texture: string; strength?: number; }>;