import { IconConfig, IconProps } from '../types';
export declare const getIconConfiguration: (name: string, iconConfig: IconConfig) => IconProps;
