/// export declare type Props = { className?: string; src: string; }; export declare const Component: { (props: Props): JSX.Element; displayName: string; };