/** * Load the canonical Tangle knot only when a web surface renders it. * `/brand` imports the optional `@tangle-network/brand` peer, so a failed load * renders a fixed-size spacer instead of crashing the chat shell. */ interface BrandMarkProps { size?: number; className?: string; } export declare function BrandMark({ size, className }: BrandMarkProps): import("react").JSX.Element; export {};