interface SetShiftToleranceModalProps extends InnerSetShiftToleranceModalProps { isOpen: boolean; } interface InnerSetShiftToleranceModalProps { onClose: () => void; } export declare function SetShiftToleranceModal(props: SetShiftToleranceModalProps): import("react/jsx-runtime").JSX.Element | undefined; export {}; //# sourceMappingURL=SetShiftTolerancesModal.d.ts.map