/// <reference types="react" />
declare const Archive: (props: any, ref: any) => JSX.Element;
export default Archive;
