import React from 'react';
import type { SvgProps } from 'react-native-svg';
interface ResultIconBoxProps extends SvgProps {
width?: number;
height?: number;
}
declare const _default: React.NamedExoticComponent<ResultIconBoxProps>;
export default _default;