import { FC } from 'react'; import { LinkConfig } from '../../config'; interface Props { config: LinkConfig; } export declare const LinkPanel: FC; export default LinkPanel;