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