import './../color-loupe/color-loupe'; import { LuzmoElement } from '../../utils/base'; export declare class LuzmoColorHandle extends LuzmoElement { static styles: import("lit").CSSResult; disabled: boolean; focused: boolean; open: boolean; color: string; private handlePointerdown; private handlePointerup; protected render(): import("lit-html").TemplateResult<1>; protected firstUpdated(changedProperties: Map): void; }