export declare const getComponentsStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => object;
