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