import React from 'react';
declare class SortableList extends React.Component<any, any> {
    constructor(props: any);
    componentWillReceiveProps(nextProps: any): void;
    updateState(obj: object): void;
    render(): JSX.Element;
}
export { SortableList };
