import { FunctionalComponent } from '../../stencil-public-runtime'; import { EventDate as EventDateType } from './DateService'; type Props = { date: EventDateType; endTime?: string; showYear?: boolean; }; export declare const EventDate: FunctionalComponent; export {};