import { type FC } from 'react'; export declare const CopyAsTestCaseModal: FC<{ open: boolean; onClose: () => void; }>; //# sourceMappingURL=CopyAsTestCaseModal.d.ts.map