import type { PickerNormalizedProps } from './PickerProps'; /** * Picker that takes an array of `NormalizedItem` or `NormalizedSection` items * as children and uses a render item function to render the items. This is * necessary to support windowed data. */ export declare function PickerNormalized({ UNSAFE_className, ...props }: PickerNormalizedProps): JSX.Element; export default PickerNormalized; //# sourceMappingURL=PickerNormalized.d.ts.map