export declare const colorFromIndex: (index: number) => string; export declare const colorForName: (name: string, theme: any) => string;