/**
 * Timepicker helps users select and set a specific time in your timesheet in 24-hour format.
 * It comes many features
 *
 * @stacked-example(TimepickerComponent, logo/timepicker-sample/timepicker-showcase/timepicker-showcase.component)
 *
 * ### Installation
 *
 * All public npm packages of Logo Software is at [https://www.npmjs.com/~logofe](https://www.npmjs.com/~logofe). To
 * install Timepicker Module:
 *
 * ```bash
 * $ npm set registry https://registry.npmjs.org/
 * $ npm install @logo-software/timepicker -s
 * ```
 *
 * Just import it to your project of `@NgModule` import section.
 *
 * ```typescript
 * import { TimepickerModule } from '@logo-software/timepicker';
 *
 * @NgModule({
 *  imports: [CommonModule, TimepickerModule],
 * })
 * export class AppModule {
 * }
 * ```
 */
export declare class TimepickerModule {
}
