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