export declare const makeColorPallet: (accentColor: string) => Record<number, string>;
