export declare const pixelAdapter: { format(val: string): string; parse(val: string | number): string | undefined; };