import { IntlShape } from 'react-intl';
import { ComponentGroup, NormalizedComponentConfiguration } from '../types';
/**
 * Normalize the component configurations for a given component group.
 */
export declare const normalizeComponentConfiguration: (group: ComponentGroup, intl: IntlShape) => NormalizedComponentConfiguration[];
