import React from 'react'; import './overview.less'; declare const Overview: (props: { groups: { title: string; prefix: string; children: { filename: string; title: string; subtitle: string; cover: string; link: string; tag: string; }[]; }[]; }) => React.JSX.Element; export default Overview;