import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service'; import * as i0 from "@angular/core"; export declare class NgtStylizableDirective { private ngtStylizableService; constructor(); get color(): any; get h(): string; get w(): string; get p(): string; get px(): string; get py(): string; get pt(): string; get pr(): string; get pb(): string; get pl(): string; get m(): string; get mx(): string; get my(): string; get mt(): string; get mr(): string; get mb(): string; get ml(): string; get gap(): string; get border(): string; get shadow(): string; get rounded(): string; get font(): string; get text(): string; get breakWords(): string; get overflow(): string; get position(): string; get justifyContent(): string; get cursor(): string; get fontCase(): string; set color(color: any); set textColor(textColor: string); set bgColor(bgColor: string); set borderColor(borderColor: any); set h(h: string); set w(w: string); set p(p: string); set px(px: string); set py(py: string); set pt(pt: string); set pr(pr: string); set pb(pb: string); set pl(pl: string); set m(m: string); set mx(mx: string); set my(my: string); set mt(mt: string); set mr(mr: string); set mb(mb: string); set ml(ml: string); set gap(gap: string); set border(border: string); set shadow(shadow: string); set rounded(rounded: string); set font(font: string); set text(text: string); set breakWords(breakWords: string); set overflow(overflow: string); set position(position: string); set justifyContent(justifyContent: string); set cursor(cursor: string); set fontCase(fontCase: string); getNgtStylizableService(): NgtStylizableService; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }