import * as React from 'react'; /** * Component which prevents updates for children if no props changed */ declare function StaticContainer(props: any): any; declare const _default: React.MemoExoticComponent; export default _default; //# sourceMappingURL=StaticContainer.d.ts.map