@class UIStackView, NSString, UIImageView, UILayoutGuide, UILabel, NSLayoutConstraint; @interface PXSearchSuggestionCell : UICollectionViewListCell @property (class, readonly, copy, nonatomic) NSString *reuseIdentifier; @property (readonly, nonatomic) UIImageView *imageView; @property (readonly, nonatomic) UILabel *titleLabel; @property (readonly, nonatomic) UILabel *countLabel; @property (readonly, nonatomic) UIStackView *textStackView; @property (readonly, nonatomic) UILayoutGuide *imageViewLayoutGuide; @property (readonly, nonatomic) NSLayoutConstraint *imageViewLayoutGuideWidthConstraint; - (void)traitCollectionDidChange:(id)a0; - (void)prepareForReuse; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)updateConfigurationUsingState:(id)a0; - (void).cxx_destruct; - (void)didUpdateFocusInContext:(id)a0 withAnimationCoordinator:(id)a1; - (void)_updateContentColors; - (void)_updateLayoutWithContentSizeCategory:(id)a0; - (double)imageViewLayoutGuideWidth; - (void)setSearchSuggestion:(id)a0; @end