export declare const getLogString: (message: string) => string;
export declare const logger: {
    error: (message: string) => void;
    warn: (message: string) => void;
    log: (message: string) => void;
};
export declare const checkSymbolsCount: (symbol: string, count: number) => void;
export declare const needRenderIcon: () => void;
