/** * Color Input Field Component * * A custom Payload CMS field component that allows users to: * - Select from predefined theme variables * - Enter a custom color value * - Preview the selected color * * Copyright (c) 2025 QwickApps.com. All rights reserved. */ import React from 'react'; export declare const ColorInput: React.FC; //# sourceMappingURL=ColorInput.d.ts.map