import { CmsComponent } from '@spartacus/core'; export interface CmsQuickOrderComponent extends CmsComponent { quickOrderListLimit?: number; }