interface UibCSSModifierOptions { isArray?: boolean; withComponentPrefix?: boolean; default?: string; withPrefix?: boolean; } export declare function UibCSSModifier(options?: UibCSSModifierOptions): (target: any, propertyKey: PropertyKey) => void; export {}; //# sourceMappingURL=uib-css-modifier.d.ts.map