import { SVGProps } from 'react'; declare const SvgCaret: (props: SVGProps) => JSX.Element; export default SvgCaret;