export declare const registerShape: (geoName: string, shapeName: string, shapeFun: any) => void; export declare const registerAnimation: (animationType: string, animationName: string, animationFun: any) => void;