import { StyleType, ColorType } from '../../common/types'; export declare const getBtnTextColorByType: (btnType: string, Colors: ColorType) => string; export declare const getBtnBorderStyles: (btnType: string) => any; export declare const getBtnStyles: (btnType: string, Colors: ColorType, disabled: boolean | null | undefined) => StyleType; export declare const getLabelStyles: (btnType: string, Colors: ColorType, disabled: boolean | null | undefined) => StyleType;