import React from "react"; export interface IListHeader { title: string; } export declare const ListHeader: React.FC;