import React from 'react'; interface ConfigureOtherProps { onComplete: () => void; } declare const ConfigureOther: React.FC; export default ConfigureOther;