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