import * as React from 'react'; import * as HrvComponents from '../..'; interface ICheckinCenterProps { userId: number; callApiGetCheckinStatus?: Function; callApiPostCheckinStatus?: Function; callApiPutCheckinUpdateStatus?: Function; callApiGetListShifts?: Function; callApiGetListDepartment?: Function; placement?: HrvComponents.TooltipPlacement; } export declare class CheckinCenter extends React.Component { private ref_notifyLogin; static defaultProps: { placement: string; }; private renderContent; render(): JSX.Element; } export {};