import * as i0 from "@angular/core";
type HandlerSize = 'default' | 'small';
export declare class HandlerComponent {
    color: string | null;
    size: HandlerSize;
    static ɵfac: i0.ɵɵFactoryDeclaration<HandlerComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<HandlerComponent, "color-handler", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
}
export {};
