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