export declare const ColorpickerTheme: { preview: { width: string; height: string; borderRadius: string; focusRing: { width: string; style: string; color: string; offset: string; shadow: string; }; }; panel: { shadow: string; borderRadius: string; }; colorScheme: { light: { panel: { background: string; borderColor: string; }; handle: { color: string; }; }; dark: { panel: { background: string; borderColor: string; }; handle: { color: string; }; }; }; };