export interface AppointmentWidgetContentProps { options?: { border?: boolean; hideBackofficeVisible?: boolean; }; actions?: { contact?: { openDetails?: boolean; }; staff?: { changeAction?: boolean; }; running?: boolean; }; } export declare const AppointmentWidgetContentPropsDefault: {}; //# sourceMappingURL=AppointmentWidgetContentViewModel.d.ts.map