import * as React from "react"; import { IFinding } from "../../../core/Insights/Findings/Finding.models"; import { ThemeProps } from "../../theme"; interface FindingsListProps { findings?: IFinding[]; currentSegmentOffset: number; } export declare const FindingsList: React.FC & { theme?: import("@emotion/react").Theme; }>; export {};