import { TInputButtonSimpleClass, TInputButtonType } from './gl-component-input-button-simple.interface'; import * as i0 from "@angular/core"; export declare class GlComponentInputButtonSimpleComponent { value: string; theme: TInputButtonSimpleClass; innerValue: string; readonly: boolean; type: TInputButtonType; disableDragging: boolean; class: string; constructor(); preventDragging(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }