export declare function _createIconContent({ width, height, content }: { width: number; height: number; content: string; }): string;