export declare function getCssPropertyText(name: string, property: { unit?: string; value: any; important?: boolean; }): string;