import { type ExemplarTraceIdDestination } from '../types'; type Props = { options?: ExemplarTraceIdDestination[]; onChange: (value: ExemplarTraceIdDestination[]) => void; disabled?: boolean; }; export declare function ExemplarsSettings({ options, onChange, disabled }: Props): import("react/jsx-runtime").JSX.Element; export {};