import type { CSSProperties, ReactElement } from 'react'; interface NextPrevProps { children: ReactElement | ReactElement[]; index: number; onChange: (element: number) => void; style?: { arrowContainer?: CSSProperties; }; } export declare function NextPrev(props: NextPrevProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=NextPrev.d.ts.map