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