import { ReactNode, SVGProps } from 'react'; export default function Chevron(props: SVGProps & { size?: 'M' | 'L' | 'XL' | 'XXL' | 'XS' | 'S'; }): ReactNode;