declare const _default: {
    name: string;
    props: {
        readonly target: ObjectConstructor;
        readonly dragTarget: ObjectConstructor;
        readonly container: ObjectConstructor;
        readonly portalContainer: ObjectConstructor;
        readonly rootContainer: ObjectConstructor;
        readonly zoom: NumberConstructor;
        readonly transformOrigin: ArrayConstructor;
        readonly edge: BooleanConstructor;
        readonly ables: ArrayConstructor;
        readonly className: StringConstructor;
        readonly pinchThreshold: NumberConstructor;
        readonly pinchOutside: BooleanConstructor;
        readonly triggerAblesSimultaneously: BooleanConstructor;
        readonly checkInput: BooleanConstructor;
        readonly cspNonce: StringConstructor;
        readonly translateZ: NumberConstructor;
        readonly hideDefaultLines: BooleanConstructor;
        readonly props: ObjectConstructor;
    };
    events: {};
};
export default _default;
