import { DropdownProps } from '../../../shared/types/dropdown'; /** Para historias: combina `values` y `events` con estado local (API agrupada). */ export declare function withStoryValues(props: DropdownProps, value: string | number | (string | number)[], onValueChange: (v: string | number | (string | number)[]) => void): DropdownProps; //# sourceMappingURL=dropdownStoryHelpers.d.ts.map