export declare const EActiveTab: { readonly SWATCH: "swatch"; readonly CART: "cart"; }; export type EActiveTab = (typeof EActiveTab)[keyof typeof EActiveTab];