/// <reference types="react" />
import UpPicture from './UpPicture';
declare const _default: {
    title: string;
    decorators: ((...args: any) => any)[];
    component: typeof UpPicture;
};
export default _default;
export declare const General: () => JSX.Element;
