import { IPropertyListDescriptor } from '../IPropertyDescriptor'; import { CSSValue } from '../syntax/parser'; export declare type Content = CSSValue[]; export declare const content: IPropertyListDescriptor;