import React from 'react'; import { TagListProps, TagListRef, TagProps, TagRef } from './type'; export declare function componentGenerator
(Comp: React.ForwardRefExoticComponent
>): React.ForwardRefExoticComponent & React.RefAttributes>;