export interface SwiperNestedParentContext { } export declare function useSwiperNested(): { nestedParentContext: SwiperNestedParentContext | null; };