declare namespace cssProperties { export interface Property { description: string; examples?: string[]; } } declare const cssProperties: Record; export = cssProperties;