export interface IErrorMessageProps {
    showError: boolean;
    errorMessage: string;
}
//# sourceMappingURL=IErrorMessageProps.d.ts.map