/**
 * Gallery entry — colorpicker (headless color: parsing, formats,
 * recents, WCAG contrast — no eyedropper/spectrum UI).
 */
import { createColorPickerCore } from '../../colorpicker/index.js';
import type { RegisteredComponent } from '../../inspector/index.js';
type ColorPickerConfig = {
    initial?: string;
    maxRecent?: number;
};
export declare const colorpickerEntry: RegisteredComponent<ColorPickerConfig, ReturnType<typeof createColorPickerCore>>;
export {};
//# sourceMappingURL=colorpicker.d.ts.map