import { FC, HTMLAttributes, HTMLProps } from "react"; declare type Type = FC> & { as?: string; }>; declare const Sponsor: Type & { Person: Type; Organization: Type; }; export { Sponsor };