import type { ComponentType } from '../../jsx'; import type { BaseStructureProps } from './types'; export interface SequenceCircleArrowsProps extends BaseStructureProps { radius?: number; arrowSize?: number; strokeWidth?: number; } export declare const SequenceCircleArrows: ComponentType;