import { Feature } from '../../core/enums/feature';
export declare class DotComponent {
    readonly host = "jnt-dot-host";
    _color: string;
    set color(color: string);
    features: Feature[];
    get color(): string;
}
