interface IObject {
    [key: string]: any;
}
export declare const convertNumericToPixel: (object: IObject, property: string) => void;
export {};
