export default Intro;
declare function Intro(props: any): React.JSX.Element;
declare namespace Intro {
    namespace propTypes {
        let config: PropTypes.Requireable<PropTypes.InferProps<{
            headline: PropTypes.Requireable<string>;
            description: PropTypes.Requireable<string>;
            infobadge: PropTypes.Requireable<string>;
        }>>;
    }
}
import React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=Intro.d.ts.map