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