import { ReactNode } from 'react'; import { LidoComponentProps } from '../utils/index.js'; export declare type ServicePageProps = LidoComponentProps<'div', { title: ReactNode; }>; //# sourceMappingURL=types.d.ts.map