import { LidoComponentProps } from '@lidofinance/utils' import React from 'react' export type ServicePageProps = LidoComponentProps< 'div', { title: React.ReactNode } >