import { ReactElement } from 'react'; import { Props as AgitatorProps } from './Agitator'; export interface Props extends AgitatorProps { } export declare const HelicalAgitator: ({ className, orientation, color, scale, ...rest }: Props) => ReactElement; //# sourceMappingURL=HelicalAgitator.d.ts.map