import type { ArrowButtonProps } from './types'; /** * Кнопка-стрелка - круглая кнопка со стрелкой. * @param props Свойства. Поддерживаются свойства элемента button. * @return Элемент. */ export declare function ArrowButton({ size, direction, className, 'data-testid': testId, ...buttonProps }: ArrowButtonProps): import("react").JSX.Element;