import React from 'react';
import { UndrawSVGProps } from '../types';
declare const UsabilityTesting: React.FC<UndrawSVGProps>;
export default UsabilityTesting;
