/// <reference types="react" />
export interface PickerData {
    value: string | number;
    label: React.ReactNode;
    children?: PickerData[];
}
//# sourceMappingURL=PropsType.d.ts.map