import * as React from "react"; import { IconProps } from '../lib'; declare const Pi: (props: IconProps) => React.JSX.Element; export default Pi; //# sourceMappingURL=Pi.d.ts.map