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