import * as THREE from 'three';
import { ForwardRefComponent } from '../helpers/ts-utils';
type Props = Omit<JSX.IntrinsicElements['mesh'], 'args'>;
export declare const ScreenQuad: ForwardRefComponent<Props, THREE.Mesh>;
export {};
