export declare type PixelStatus = boolean; export declare const Pixel: { [key in 'ON' | 'OFF']: PixelStatus; };