/// import { BaseIconProps } from '../../types'; declare function SvgCompare({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgCompare;