import React from 'react'; import './index.css'; declare const SNoPage: ({ text }: { text?: any; }) => React.JSX.Element; export default SNoPage;