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