import { NgStyleInterface } from '../types/ng-class'; export declare function isStyleSupport(styleName: string | string[]): boolean; export declare function getStyleAsText(styles?: NgStyleInterface): string;