import { ThemeColorTokens } from '../../theme';
export declare function getColorByLength(colors: ThemeColorTokens, text?: string): string;
export declare function getInitials(name?: string): string;
