import { StyleType, ColorType } from '../../common/types'; export declare const getInfoBoxStyles: (backgroundColor: string, borderColor: string | undefined, Colors: ColorType) => StyleType; export declare const getLabelStyles: (backgroundColor: string, Colors: ColorType) => StyleType; export declare const getIconStyles: (backgroundColor: string, Colors: ColorType) => StyleType;