export declare const SWIPER_ITEM_PROPS: {
  itemId: {
    type: StringConstructor;
    default: string;
  };
};
