///
import { UseCloudsProps } from '../cloudy/use-cloud';
export { Cloud } from '../cloudy/use-cloud';
export declare const usePartlyCloud: (cloud: import("react").MutableRefObject) => void;
export declare type UsePartlyCloudProps = UseCloudsProps;
export declare const usePartlyClouds: ({ count, colors }?: UsePartlyCloudProps) => {
clouds: import("../cloudy/use-cloud").Cloud[];
startpoint: import("three").Vector3;
};