export type ListWindowProps = {

}

declare const ListWindow: React.ComponentType<ListWindowProps>;

export default ListWindow;