declare const getComponentError: (component: any, errors: any) => { error: any; } | undefined; export default getComponentError;