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