import { KendoWindowProps } from '../window';
import { KendoComponent } from '../_types/component';
export declare const CHARTWIZARD_CLASSNAME = "k-chart-wizard";
export declare const ChartWizard: KendoComponent<KendoWindowProps & React.HTMLAttributes<HTMLDivElement>>;
export default ChartWizard;
