export { getSecondaryColor } from './colorUtils';
export { generate, iconStyles, isIconDefinition, normalizeAttrs, svgBaseProps, useInsertStyles, warning, } from './renderUtils';
export declare function normalizeTwoToneColors(twoToneColor: string | [string, string] | undefined): string[];
