export declare abstract class Features { ADVANCED_FILTERS: boolean; COMPARE: boolean; WISH_LIST: boolean; REVIEWS: boolean; original: any; }