/// import { IconProps } from './types'; export declare const ComponentInstanceIcon: ({ color, ...props }: IconProps) => JSX.Element; export default ComponentInstanceIcon;