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