import type { FC } from 'react'; import type { SheetFieldsProps } from './type'; declare const SheetFields: FC; export default SheetFields;