import React from 'react';
import './index.scss';
export type ClickableArrowProps = {
    direction?: 'left' | 'right';
    isDisabled?: boolean;
    updatePage?: () => void;
};
export declare const ClickableArrow: React.FC<ClickableArrowProps>;
//# sourceMappingURL=index.d.ts.map