/// import { SiteItemType } from '../../'; export interface SitesProps { sites: SiteItemType[]; } export declare const Sites: ({sites}: SitesProps) => JSX.Element;