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