/// import type { GenericLinkProps } from '../../../controls/types'; import { type ControlPanelProps } from '../../../core'; export declare function LinkPanel({ data, entityDispatch }: ControlPanelProps): JSX.Element;