declare type Props = { background?: boolean; files?: string | string[]; path?: string; preset?: string; }; export declare function Environment({ background, files, path, preset, }: Props): null; export {};