export * from "./Component";
export * from "./GameObject";
export declare function PlayOneLifeCycle(deltaTime: number): void;
