import { FunctionComponent } from 'react'; interface IRewardListPanelProps { className?: string; } export declare type IRewardListPanel = FunctionComponent; export {};