import { Theme } from './types';
export declare const replyIcon = "\n \n";
export declare const heartIcon = "\n \n";
export declare const copyIcon = "\n \n";
export declare const checkmarkIcon: (theme?: Theme) => string;
export declare const nostrLogo: (width?: number, height?: number) => string;
export declare const loadingNostrich: () => string;