import { ColorRepresentation } from "three"; declare type BackgroundProps = { color: ColorRepresentation; }; export declare function Background(props: BackgroundProps): null; export {};