/// import PropTypes from 'prop-types'; export declare const Directions: { VERTICAL: string; HORIZONTAL: string; }; export declare const SwapIcon: { ({ direction, color }: { direction?: string; color?: string; }): JSX.Element; category: string; propTypes: { color: PropTypes.Requireable; direction: PropTypes.Validator; }; Directions: { VERTICAL: string; HORIZONTAL: string; }; };