import { FeaturedProps } from './_types'; import { ElementModel } from '../../_types'; export declare const newsFeatured: (props: FeaturedProps) => ElementModel; //# sourceMappingURL=featured.d.ts.map