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