import React from 'react'; import PropTypes from 'prop-types'; import { WithTranslation, WithTranslationProps } from 'react-i18next'; import { DocHeadingItem, Router, Lang } from '../../models'; import './MiniToc.scss'; export interface MinitocProps { lang: Lang; headings: DocHeadingItem[]; router: Router; headerHeight?: number; } declare const _default: React.ComponentType & WithTranslationProps, WithTranslationProps>, "t" | "tReady" | "lang" | "router" | "headerHeight" | "headings"> & Pick; }>, never> & Pick & WithTranslationProps, WithTranslationProps>, "t" | "tReady" | "lang" | "router" | "headerHeight">, keyof WithTranslation> & WithTranslationProps>; export default _default;