export function InnerBlockSlider({ parentBlockId, slidesPerPage, allowedBlock, template, slideHeight, }: {
    parentBlockId: any;
    slidesPerPage?: number | undefined;
    allowedBlock: any;
    template?: null | undefined;
    slideHeight?: null | undefined;
}): import("react").JSX.Element;
//# sourceMappingURL=index.d.ts.map