/// <reference types="react" />
import { UpPictureProps } from './types';
export default function UpPicture({ theme, name, width, height, labels, customStyles, onChange }: UpPictureProps): JSX.Element;
