export type PicexToolCustomProps = { key?: string; name?: string; disabled?: boolean; visible?: boolean; panelChildren?: React.ReactNode; icon?: React.ReactNode; };