import * as React from 'react'; interface IErrorTextProps { id?: string; children: string; } export declare function ErrorText(props: IErrorTextProps): React.JSX.Element; export {}; //# sourceMappingURL=ErrorText.d.ts.map