import React from 'react'; export interface AIWarningsSectionProps { warnings: string[]; title?: string; className?: string; } export declare const AIWarningsSection: React.FC; //# sourceMappingURL=AIWarningsSection.d.ts.map