import React from 'react'; export declare const FormStructureTree: ({ groups, selectedQuestionId, onSelect }: { groups: any; onSelect: any; selectedQuestionId: any; }) => React.JSX.Element; //# sourceMappingURL=FormStructureTree.d.ts.map