import { BaseConfig } from "../types";
import { Container } from "../ui";
declare const DragUtils: {
    setEventInteractive(container: Container, baseConfig?: BaseConfig, hitArea?: Phaser.Geom.Circle | Phaser.Geom.Rectangle): Phaser.Geom.Circle | Phaser.Geom.Rectangle;
    createCircleHitArea(container: Container, baseConfig?: BaseConfig, hitArea?: Phaser.Geom.Circle | Phaser.Geom.Rectangle): Phaser.Geom.Circle;
    createRectangleHitArea(container: Container, baseConfig?: BaseConfig, hitArea?: Phaser.Geom.Circle | Phaser.Geom.Rectangle): Phaser.Geom.Rectangle;
};
export default DragUtils;
//# sourceMappingURL=DragUtils.d.ts.map