declare const populateFeaturedProducts: (psProducts: Array<any>) => {
    id: any;
    name: any;
    slug: any;
    regularPrice: any;
    discountPrice: any;
    coverImageSmall: any;
    coverImageMedium: any;
    coverImageLarge: any;
    images: any[];
    quantity: any;
    description: any;
    shortDescription: any;
    brand: any;
    category: any;
    productInfo: any;
}[];
export default populateFeaturedProducts;
