import { ContributorCtrl } from './contributor-ctrl'; export declare const MAX_PERSONS_PER_CONTRIBUTORS = 100; export declare const MAX_HOURS_PER_WEEK: number; export declare const DRAGGABLE_HANDLE_CLASS = "draggable-handle"; export declare const INPUT_WIDTH_3_DIGITS: string; export declare function ContributorView({ ctrl }: { ctrl: ContributorCtrl; }): HTMLElement; //# sourceMappingURL=contributor-view.d.ts.map