export declare function Grid({ swiper, extendParams, on }: {
    swiper: any;
    extendParams: any;
    on: any;
}): void;
