import React from 'react'; interface ErrorListProps { errors?: string[]; warnings?: string[]; help?: React.ReactNode; } export declare const ErrorList: ({ errors, warnings, help }: ErrorListProps) => React.JSX.Element; export {}; //# sourceMappingURL=ErrorList.d.ts.map