import * as React from 'react';
declare const HistoryAppDrawer: React.FC<{
    className?: string;
}>;
export default HistoryAppDrawer;
