import { LitElement } from "lit";
import "./ui-color.js";
export declare class UiColors extends LitElement {
    prefix: string;
    suffix: string;
    render(): import("lit-html").TemplateResult<1>;
    static styles: import("lit").CSSResult[];
}
declare global {
    interface HTMLElementTagNameMap {
        "ui-colors": UiColors;
    }
}
