interface IIncludeMetricsProps { value: boolean; onChange: (newValue: boolean) => void; } export declare function IncludeMetrics({ value, onChange }: IIncludeMetricsProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=IncludeMetrics.d.ts.map