export function ErrorGenericSVG({ className }: {
    className: any;
}): React.JSX.Element;
export namespace ErrorGenericSVG {
    namespace propTypes {
        export { string as className };
    }
}
import React from 'react';
import { string } from 'prop-types';
//# sourceMappingURL=ErrorGenericSVG.d.ts.map