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