import PropTypes from 'prop-types'; import { AnyType } from '../../../../types/common'; declare const Initializer: { ({ setPlugin }: AnyType): null; propTypes: { setPlugin: PropTypes.Validator<(...args: any[]) => any>; }; }; export default Initializer; //# sourceMappingURL=index.d.ts.map