export declare type ISvgTextCode = string; export declare const isISvgTextCode: (d: any) => d is string;