import { type ReactElement } from "react"; /** * @internal */ export interface IDashboardParameterPickerProps { onAdd?: () => void; onCancel?: () => void; } /** * Connected wrapper around sdk-ui-kit's `ParameterPicker`. * * @internal */ export declare function DashboardParameterPicker({ onAdd, onCancel }: IDashboardParameterPickerProps): ReactElement; //# sourceMappingURL=DashboardParameterPicker.d.ts.map