import { MostReadArticlesProps } from '../../components'; export interface UseLiveAndMostReadContainer { tabItems: MostReadArticlesProps['tabItems']; } export declare const useLiveAndMostReadContainer: (options: { defaultTabItems: MostReadArticlesProps["tabItems"]; variablesForQuery: Required["variablesForQuery"]; }) => UseLiveAndMostReadContainer;