import React from 'react';
import type { ComponentPropsWithoutRef } from 'react';
export declare const Icon: {
    ArchiveBox: (props: ComponentPropsWithoutRef<'svg'>) => React.JSX.Element;
    Pin: (props: ComponentPropsWithoutRef<'svg'>) => React.JSX.Element;
};
