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