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