export declare function addUnit(value: any): any;
export default addUnit;
export declare function getPx(value: any, unit?: boolean): any;
