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