export declare const argsTypes: {
    wheel: {
        table: {
            disable: boolean;
        };
    };
    "wheel.step": {
        defaultValue: number;
        control: {
            type: string;
            min: number;
        };
        table: {
            defaultValue: {
                summary: string;
            };
        };
    };
    "wheel.disabled": {
        defaultValue: NonNullable<boolean | undefined>;
        control: {
            type: string;
        };
        table: {
            defaultValue: {
                summary: string;
            };
            type: {
                summary: string;
            };
        };
    };
    "wheel.wheelDisabled": {
        defaultValue: NonNullable<boolean | undefined>;
        control: {
            type: string;
        };
        table: {
            defaultValue: {
                summary: string;
            };
            type: {
                summary: string;
            };
        };
    };
    "wheel.touchPadDisabled": {
        defaultValue: NonNullable<boolean | undefined>;
        control: {
            type: string;
        };
        table: {
            defaultValue: {
                summary: string;
            };
            type: {
                summary: string;
            };
        };
    };
    "wheel.activationKeys": {
        defaultValue: import("../../models").DeepNonNullableArray<string>;
        control: {
            type: string;
        };
        table: {
            defaultValue: {
                summary: string;
            };
            type: {
                summary: string;
            };
        };
    };
    "wheel.excluded": {
        defaultValue: import("../../models").DeepNonNullableArray<string>;
        control: {
            type: string;
        };
        table: {
            defaultValue: {
                summary: string;
            };
            type: {
                summary: string;
            };
        };
    };
    panning: {
        table: {
            disable: boolean;
        };
    };
    "panning.disabled": {
        defaultValue: NonNullable<boolean | undefined>;
        control: {
            type: string;
        };
        table: {
            defaultValue: {
                summary: string;
            };
            type: {
                summary: string;
            };
        };
    };
    "panning.velocityDisabled": {
        defaultValue: NonNullable<boolean | undefined>;
        control: {
            type: string;
        };
        table: {
            defaultValue: {
                summary: string;
            };
            type: {
                summary: string;
            };
        };
    };
    "panning.lockAxisX": {
        defaultValue: NonNullable<boolean | undefined>;
        control: {
            type: string;
        };
        table: {
            defaultValue: {
                summary: string;
            };
            type: {
                summary: string;
            };
        };
    };
    "panning.lockAxisY": {
        defaultValue: NonNullable<boolean | undefined>;
        control: {
            type: string;
        };
        table: {
            defaultValue: {
                summary: string;
            };
            type: {
                summary: string;
            };
        };
    };
    "panning.activationKeys": {
        defaultValue: import("../../models").DeepNonNullableArray<string>;
        control: {
            type: string;
        };
        table: {
            defaultValue: {
                summary: string;
            };
            type: {
                summary: string;
            };
        };
    };
    "panning.excluded": {
        defaultValue: import("../../models").DeepNonNullableArray<string>;
        control: {
            type: string;
        };
        table: {
            defaultValue: {
                summary: string;
            };
            type: {
                summary: string;
            };
        };
    };
    pinch: {
        table: {
            disable: boolean;
        };
    };
    "pinch.step": {
        defaultValue: number;
        control: {
            type: string;
            min: number;
        };
        table: {
            defaultValue: {
                summary: string;
            };
        };
    };
    "pinch.disabled": {
        defaultValue: NonNullable<boolean | undefined>;
        control: {
            type: string;
        };
        table: {
            defaultValue: {
                summary: string;
            };
            type: {
                summary: string;
            };
        };
    };
    "pinch.excluded": {
        defaultValue: import("../../models").DeepNonNullableArray<string>;
        control: {
            type: string;
        };
        table: {
            defaultValue: {
                summary: string;
            };
            type: {
                summary: string;
            };
        };
    };
    doubleClick: {
        table: {
            disable: boolean;
        };
    };
    "doubleClick.step": {
        defaultValue: number;
        control: {
            type: string;
            min: number;
        };
        table: {
            defaultValue: {
                summary: string;
            };
        };
    };
    "doubleClick.disabled": {
        defaultValue: NonNullable<boolean | undefined>;
        control: {
            type: string;
        };
        table: {
            defaultValue: {
                summary: string;
            };
            type: {
                summary: string;
            };
        };
    };
    "doubleClick.excluded": {
        defaultValue: import("../../models").DeepNonNullableArray<string>;
        control: {
            type: string;
        };
        table: {
            defaultValue: {
                summary: string;
            };
            type: {
                summary: string;
            };
        };
    };
};
