import * as React from 'react';
export interface IErrorProps {
    error: Error;
    show: boolean;
}
export declare const Error: React.FunctionComponent<IErrorProps>;
//# sourceMappingURL=Error.d.ts.map