import type { SVGProps } from 'react'; import { Themable } from '../../infra/contexts/theme-provider/types'; export declare const DoubleArrowEndIcon: (props: Pick, 'className' | 'width' | 'height' | 'fill' | 'onClick'> & { direction: 'left' | 'right'; disabled?: boolean; } & Themable) => import("react/jsx-runtime").JSX.Element;