/// declare module jQuery { export interface ICSSHooksObject { [s: string]: ICSSHookObject; } }