import { FC, HTMLAttributes, HTMLProps } from "react"; declare type Type = FC> & { as?: string; }>; declare const IsBasedOn: Type & { Product: Type; CreativeWork: Type; URL: Type; }; export { IsBasedOn };