export declare const generateBackgroundColor: (checked: boolean, error: boolean) => "bg-primary-50" | "bg-w-gray-50"; export declare const generateBackgroundPadding: (leadingIconExist: boolean) => "py-1 pl-1 pr-4" | "py-[7px] px-4"; export declare const generateLabelStyle: (checked: boolean, error: boolean) => "text-w-gray-900" | "text-primary" | "text-w-red-500"; export declare const generateLeadingIconColor: (checked: boolean, error: boolean) => "text-primary" | "text-w-gray-600"; export declare const generateTrailingIconStyle: (checked: boolean, error: boolean) => "text-primary" | "text-w-gray-400";