import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class GithubSwatchComponent { color: string; onClick: EventEmitter; onSwatchHover: EventEmitter; focusStyle: { position: string; 'z-index': string; outline: string; 'box-shadow': string; }; handleClick({ hex, $event }: { hex: any; $event: any; }): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }