import { IPersonaProps } from './Persona.types';
export declare function initialsColorPropToColorCode(props: IPersonaProps): string;
