export default interface SEOComponent {
  metaTitle: string;
  metaDescription: string;
  keywords: string;
}