/// <reference types="react" />
declare type Props = {};
declare const PictureBox: (props: Props) => JSX.Element;
export default PictureBox;
