import { type CSSProperties } from "react"; export declare const SYLVA_LIVING_WORLD_VARIANTS: readonly ["living-green"]; export type SylvaLivingWorldVariant = "living-green"; export type SylvaLivingWorldSceneProps = { variant?: SylvaLivingWorldVariant; className?: string; style?: CSSProperties; }; export declare function SylvaLivingWorldScene({ className, style }: SylvaLivingWorldSceneProps): import("react").JSX.Element; //# sourceMappingURL=SylvaLivingWorldScene.d.ts.map