/// import hoistStatics from 'hoist-non-react-statics'; declare function withDialog(Component: any): { (props: any): JSX.Element; displayName: string; WrappedComponent: any; } & hoistStatics.NonReactStatics; export default withDialog; //# sourceMappingURL=hoc.d.ts.map