/// import { ConnectedProps } from 'react-redux'; declare const connector: import("react-redux").InferableComponentEnhancerWithProps<{ onTransferChange: (id: string, transfer: number | null) => any; onToggleFunction: (id: string) => any; }, {}>; declare type FunctionProps = ConnectedProps & { customFunction: any; activateModal: () => void; }; declare const _default: import("react-redux").ConnectedComponent<({ customFunction, activateModal, onTransferChange, onToggleFunction }: FunctionProps) => JSX.Element, Pick>; export default _default; //# sourceMappingURL=CustomFunction.d.ts.map