import * as React from 'react'; export interface FilledImageProps { src: string; } export const FilledImage = (props: FilledImageProps) => (
);