import { AtomLoaderProps } from '../../types'; /** * AtomLoader - Electron-like orbital animation * * Electrons orbiting around a nucleus, reminiscent of an atom. * * @example * ```tsx * * * * ``` */ export declare const AtomLoader: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=AtomLoader.d.ts.map