from .base import Component

def iCalendar() -> Component: ...
def vCard() -> Component: ...
