import * as React from 'react';
import { IconSelectorProps } from '../../../components/IconSelector';
/**
 * This component connects to adaptable to retrieve custom icons
 */
export declare const AdaptableIconSelector: React.FunctionComponent<Omit<IconSelectorProps, 'customIcons'>>;
