import { PrimitiveType } from '../jsonTypeResolution/TypeResolver'; interface SquizLinkShape { text: string; url: string; target?: string; } export declare const SquizLinkType: PrimitiveType<"SquizLink", SquizLinkShape>; export type SquizLinkType = typeof SquizLinkType; export {};