export declare function splitPixelize(str?: string, pixelIndex?: number, pixelChar?: string): string | undefined;
