/// export interface IListProps { init?: any[]; } export declare const List: React.StatelessComponent; export declare const withList: (Comp: any, name2?: any, init?: any) => any;