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