///
import { ConnectedProps } from 'react-redux';
declare const connector: import("react-redux").InferableComponentEnhancerWithProps<{
method: any;
} & import("react-redux").DispatchProp, {}>;
declare type CustomFunctionProps = ConnectedProps & {
number: number;
};
declare const _default: import("react-redux").ConnectedComponent<{
({ number, method }: CustomFunctionProps): JSX.Element | null;
shouldRender({ runConfiguration }: {
runConfiguration: any;
}): boolean;
}, Pick>;
export default _default;
//# sourceMappingURL=CustomFunctionStep.d.ts.map