import { AttributeValue } from '../../swatches/model/types'; import { ICartItem } from '../model/types'; export declare class CartCervices { static getCartPreparedOption(selectedMaterials: AttributeValue[]): ICartItem[]; }