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