import { KendoWindowProps } from '../window';
export declare const CHARTWIZARD_CLASSNAME = "k-chart-wizard";
export declare const ChartWizard: {
    (props: KendoWindowProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
    states: any[];
    options: {};
    className: string;
    defaultOptions: {};
};
export default ChartWizard;
