import type { FunctionalComponent } from 'vue'; declare const Crop: FunctionalComponent<{}, {}>; export default Crop;