import React from 'react'; export interface ListViewProps { } export declare const ListView: React.FC;