/** * Hook that returns a memoized and shuffled array of visualisation colors for Avatar. */ export declare const useAvatarColors: () => string[];