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