/// import { IconProps } from '../../types'; declare const PIP: (allProps: IconProps) => JSX.Element; export default PIP;