import { type ColorSyntaxName } from '../data/color-class/color-formats.js';
/**
 * A color picker element that shows sliders for all supported color spaces at once, as well as all
 * the values for all supported color spaces in a table.
 *
 * @category Elements
 */
export declare const VirAllSpacesColorPicker: import("element-vir").DeclarativeElementDefinition<"vir-all-spaces-color-picker", {
    color: string;
}, {
    inputColorString: undefined | string;
    overrideInputColor: undefined | ColorSyntaxName;
}, {
    colorChange: import("element-vir").DefineEvent<string>;
}, "vir-all-spaces-color-picker-", "vir-all-spaces-color-picker-", readonly [], readonly []>;
