import React from 'react'; type Props = { data: any; }; declare const PageSubject: React.FC; export default PageSubject;