import React from 'react'; import type { IllustrationSvgProps } from '../types'; declare const OnDemandSketch: ({ testID, width, height }: IllustrationSvgProps) => React.JSX.Element; export default OnDemandSketch;