/// <reference types="react" />
declare const Archive: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default Archive;
