import { CubeSpinnerProps } from '../../types'; /** * CubeSpinner - 3D rotating cube loader with perspective * * A visually striking 3D cube that rotates in space with customizable face colors, * rotation axis, and optional wireframe edges. * * @example * ```tsx * * * * ``` */ export declare const CubeSpinner: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=CubeSpinner.d.ts.map