import React__default from 'react'; interface IProps { goHome?: () => void; } declare const NotAuthPage: React__default.FC; export { NotAuthPage as default };