import { FC } from '@dineug/r-html'; export type ViewportProps = { selected: boolean; }; declare const Viewport: FC; export default Viewport;