interface ShowCompletedTabsSectionProps { completedTabsExpanded: boolean; setCompletedTabsExpanded: (newExpanded: boolean) => void; } declare function ShowCompletedTabsSection(props: ShowCompletedTabsSectionProps): import("react/jsx-runtime").JSX.Element; export default ShowCompletedTabsSection;