import * as React from 'react'; import { ChartDefinition } from '../../../../types'; import { AdaptableOnePageWizardProps } from '../../../Wizard/Interface/IAdaptableWizard'; export interface AgChargingWizardProps extends AdaptableOnePageWizardProps { } export declare const AgChargingWizard: React.FunctionComponent;