import { LinkElementType } from '../../../common/types'; export declare const getValidLinkType: (type: LinkElementType) => LinkElementType;