import { PixElement, PixElementType, PixObject } from './types/pixElements'; export declare function generatePixObject(elements: PixElement[T]): PixObject[T];