import React from 'react'; import { SEOProps } from './types'; export declare const limitString: (text: string, limit: number) => string; export declare const SEOComponent: React.FC;