/// import type IconType from '../IconType'; declare const Papp: ({ color, size, ...rest }: IconType) => JSX.Element; export default Papp;