export declare const getBorderColor: (type: 'dark' | 'light', color: string, coefficient?: number) => string;