type Props = { images?: string[]; duration?: number; maxScale?: number; className?: string; onDelete?: VoidFunction; }; export declare const ThanosDissolve: ({ images, duration, maxScale, className, onDelete, }: Props) => import("react/jsx-runtime").JSX.Element; export {};