import { HelixProps } from '../../types'; /** * Helix - DNA-like spiral loader with 3D depth * * Creates a mesmerizing helix/spiral animation with particles rotating * in a 3D spiral pattern, reminiscent of DNA structure. * * @example * ```tsx * * * ``` */ export declare const Helix: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=Helix.d.ts.map