import React from 'react'; export declare function ViewpointCreationGui({ callback }: { callback: (name: string, global: boolean) => void; }): React.JSX.Element; export declare function ViewpointSelectionGui({ name, nextViewpoint }: { name: string; nextViewpoint: (forward: boolean) => void; }): React.JSX.Element; //# sourceMappingURL=ViewpointGui.d.ts.map