/// import { BaseIconProps } from '../../types'; declare function SvgPostnl({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgPostnl;