import React from 'react'; import { FormInstance } from 'antd'; export interface ClockInMethodTabProps { form: FormInstance; id?: string; } declare const ClockInMethodTab: React.FC; export default ClockInMethodTab;