import { BaseComponent } from "../../core/BaseComponent.js"; import type { ColorPickerOptions } from "./ColorPicker.types.js"; export declare class ColorPicker extends BaseComponent { private options; private currentColor; private swatchContainer?; private inputColor?; private inputHex?; private hydrated; constructor(options: ColorPickerOptions); init(): void; destroy(): void; private renderSwatches; private applyColor; private highlightSelection; private normalizeHex; private tryHydrate; } //# sourceMappingURL=ColorPicker.d.ts.map