The EuiPageTemplate component has some mistmatched types:
component property which is not respected
mainProps doesn't have a component property (but it works when specified)
<EuiPageTemplate
component="main" // type checks, but not respected
mainProps={{ component: 'main' }} // type error, but respected
/>