import { Color } from '../../models';
import * as i0 from "@angular/core";
export declare class NgxMatColorCollectionComponent {
    readonly colorChanged: import("@angular/core").OutputEmitterRef<Color>;
    set color(c: Color);
    readonly selectedColor: import("@angular/core").WritableSignal<string>;
    colors1: string[];
    colors2: string[];
    select(hex: string): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgxMatColorCollectionComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NgxMatColorCollectionComponent, "ngx-mat-color-collection", never, { "color": { "alias": "color"; "required": false; }; }, { "colorChanged": "colorChanged"; }, never, never, true, never>;
}
