/// type Props = { isLoading?: boolean; }; export declare const ZKSyncSessionsSection: ({ isLoading }: Props) => JSX.Element | null; export {};