export default Settings;
declare function Settings(props: any): React.JSX.Element;
declare namespace Settings {
    namespace propTypes {
        let width: PropTypes.Requireable<string>;
        let height: PropTypes.Requireable<string>;
        let fill: PropTypes.Requireable<string>;
        let stroke: PropTypes.Requireable<string>;
    }
}
import React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=Settings.d.ts.map