import * as THREE from 'three'; import { ForwardRefComponent } from '../helpers/ts-utils'; type Props = Omit; export declare const ScreenQuad: ForwardRefComponent; export {};