declare const getSectionColor: (index: number) => string; export declare function getSectionColorForName(name: string, seed?: number): string; export default getSectionColor;