import type { FC } from "react"; import type { FeaturedTextProps } from "./Featuredtext.interface"; declare const FeaturedText: FC; export default FeaturedText;