import type { FC } from 'react'; import { PropsWithChildrenAndClassName } from '../../types'; declare const IconChevron: FC; export { IconChevron };