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