export function ErrorGenericSVG({ className }: {
    className: any;
}): React.JSX.Element;
export namespace ErrorGenericSVG {
    namespace propTypes {
        export { string as className };
    }
}
import React from 'react';
