import { Component } from '.'; type FormTitle = Component & { Tags: { H1: string; H2: string; H3: string; H4: string; H5: string; }; }; export default FormTitle;