import { FC } from 'react'; export interface EmptySessionsViewProps { loading?: boolean; } export declare const EmptySessionsView: FC;