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