export default installClockPicker; /*! * ClockPicker v0.0.7 (http://weareoutman.github.io/clockpicker/) * Copyright 2014 Wang Shenwei. * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE) * Change History: * #kore:change 1: added parent element option to configure */ declare function installClockPicker($: any): void;