export declare const urlComponent: import("../define-component.js").ComponentDefinition<"url", {}, { style?: any; text?: string | null | undefined; url?: string | null | undefined; }, { container: { color: string; textDecoration: string; }; }>;