import { ReactElement } from 'react'; import { Props } from './props'; export declare const Turbine: ({ id, className, orientation, color, scale, ...rest }: Props) => ReactElement; //# sourceMappingURL=Turbine.d.ts.map