import { FC } from 'react'; import { RotatingChevronProps } from './types/RotatingChevron.props.ts'; declare const RotatingChevron: FC; export default RotatingChevron;