/// export interface VisitsProps { title?: string; data?: any[]; } export declare const Visits: ({data}: VisitsProps) => JSX.Element;