import { DetailedHTMLProps, HTMLAttributes } from 'react'; type Props = DetailedHTMLProps, HTMLDivElement> & { src: string; }; declare function MagicImg({ src, ...reset }: Props): JSX.Element; export { MagicImg as default };