import React from 'react'; export declare function testIconComponent(IconComponent: React.ComponentType, componentName: string): { rendersCorrectlyWithDefaultProps: () => void; appliesCustomSizeAndColor: () => void; hasCorrectDataComponentName: () => void; };