declare module jQuery { export interface ICSSObject { [key: string]: string; } }