import { Behaviour } from "./Component.js";
/**
 * @deprecated The FlyControls component is deprecated and will be removed in the future.
 */
export declare class FlyControls extends Behaviour {
    private _controls;
    onEnable(): void;
    onDisable(): void;
    update(): void;
}
