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