import type { Theme } from '@cleartrip/ct-design-theme'; import { TypographyColorType } from '@cleartrip/ct-design-typography'; type RadioBorderStyle = { borderWidth: number; borderColor?: string; backgroundColor?: string; }; export declare const getBorderStyles: (theme: Theme, isSelected: boolean, isDisabled: boolean) => RadioBorderStyle; export declare const getLabelColor: (isDisabled: boolean) => TypographyColorType; export {}; //# sourceMappingURL=style.d.ts.map