export function getErrorProps({ errorProps, showErrorProps, colors }: {
    errorProps: any;
    showErrorProps: any;
    colors: any;
}): string | undefined;
