import { RockConfig, SimpleRockConfig } from "@ruiapp/move-style"; export interface RapidLinkRendererRockConfig extends SimpleRockConfig { value: Record | null | undefined; defaultText?: string; text?: string | RockConfig; url?: string; }