import { ImageStyles } from './styles'; export interface Props extends ImageStyles { url?: string; className?: string; }