export * from "./Component";
export * from "./GameObject";
export declare const UpdateComponents: (deltaTime: number) => void;
