export interface SphereProps {
    diameter?: string;
    perspective?: string;
    backgroundColor?: string;
    fillColor?: string;
}
