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