export declare type EventDestinationsProps = { destinations: string[]; }; export declare const EventDestinations: ({ destinations }: EventDestinationsProps) => JSX.Element; //# sourceMappingURL=index.d.ts.map