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