declare const ErrorStateIcon: ({ fillColor }: { fillColor: string; }) => JSX.Element; export default ErrorStateIcon;