/** * Hàm làm tròn kích thước theo pixel của màn hình * @param size Kích thước */ export declare const px: (size: number) => number;