interface ProfileProps { url?: string | null; alt: string; variant?: "default" | "profile"; } /** * Profile image component for companion. * Shows a placeholder when no image URL is provided. */ export declare function ImagePreview({ url, alt, variant }: ProfileProps): import("react").JSX.Element; export {}; //# sourceMappingURL=ImagePreview.d.ts.map