import { MessageBarType } from '@fluentui/react';
import * as React from 'react';
import { FormText } from './Types';
interface IErrorRendererProps {
    error: FormText;
    messageBarType: MessageBarType;
}
export declare const ErrorRenderer: React.MemoExoticComponent<(props: IErrorRendererProps) => JSX.Element>;
export {};
