import { type INotificationChannelIdentifier, type INotificationChannelMetadataObject } from "@gooddata/sdk-model"; import { type OverlayPositionType } from "@gooddata/sdk-ui-kit"; interface IDestinationSelectProps { notificationChannels: INotificationChannelIdentifier[] | INotificationChannelMetadataObject[]; selectedItemId: string | undefined; onChange: (selectedItemId: string) => void; closeOnParentScroll?: boolean; overlayPositionType?: OverlayPositionType; } export declare function DestinationSelect({ notificationChannels, selectedItemId, onChange, closeOnParentScroll, overlayPositionType }: IDestinationSelectProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=DestinationSelect.d.ts.map