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