import * as React from 'react';
import { IconComponentProps } from '../../../components/Icon';
/**
 * This is a connected componnet.
 * It needs to be used only inside adaptable context.
 */
export declare const AdaptableIconComponent: React.FunctionComponent<IconComponentProps>;
