/// import PropTypes from 'prop-types'; export declare const Directions: { HORIZONTAL: string; VERTICAL: string; }; export declare const Rotations: { [x: string]: number; }; export declare const ShowMoreIcon: { ({ color, direction }: { color?: string; direction?: string; }): JSX.Element; category: string; propTypes: { direction: PropTypes.Requireable; color: PropTypes.Requireable; }; Directions: { HORIZONTAL: string; VERTICAL: string; }; };