/// import { ConnectedProps } from 'react-redux'; declare const connector: import("react-redux").InferableComponentEnhancerWithProps<{ variables: any; method: any; customMode: any; } & { setDefaultVariables: () => void; onCustomModeChange: (customMode: boolean) => void; }, {}>; declare type VariableStepProps = ConnectedProps & { number: number; active: boolean; }; declare const _default: import("react-redux").ConnectedComponent<({ number, active, variables, method, customMode, onCustomModeChange, setDefaultVariables, }: VariableStepProps) => JSX.Element | null, Pick>; export default _default; //# sourceMappingURL=VariableStep.d.ts.map