import React from 'react'; import './index.less'; import type { MarginInputProps } from './PropsType'; declare const MarginInput: React.FC; export default MarginInput;