import { FC, HTMLAttributes, HTMLProps } from "react"; declare type Type = FC> & { as?: string; }>; declare const Size: Type & { DefinedTerm: Type; SizeSpecification: Type; QuantitativeValue: Type; }; export { Size };