import type { MentionItemMedia as MentionItemMediaValue } from "./types.js"; export interface MentionItemMediaProps { icon?: string; media?: MentionItemMediaValue | null; size?: "sm" | "md"; fallbackIcon?: "clipboard" | "file" | "stack"; } export declare function MentionItemMedia({ icon, media, size, fallbackIcon, }: MentionItemMediaProps): import("react").JSX.Element | null; //# sourceMappingURL=MentionItemMedia.d.ts.map