export declare const PIVOTGRIDCONFIGURATOR_CLASSNAME = "k-pivotgrid-configurator";
export type KendoPivotGridConfiguratorProps = {
    actionButtons?: React.JSX.Element;
    orientation?: "horizontal" | "vertical";
    mode?: "overlay" | "push";
    header?: string;
};
export declare const PivotGridConfigurator: {
    (props: KendoPivotGridConfiguratorProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
    states: any[];
    options: {};
    className: string;
    defaultOptions: {
        orientation: string;
        mode: string;
        actionButtons: import("react/jsx-runtime").JSX.Element;
        header: string;
    };
};
export default PivotGridConfigurator;
