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