import { ComponentClass } from 'react' type PageOwnProps = { className?: string title: string require?: boolean extraIcon?: { value: string, color: string, size: number } onIconClick?: any } declare const Index: ComponentClass export default Index