/**
 * CSS properties which accept numbers but are not in units of "px".
 */
export declare const isUnitlessNumber: {
    [key: string]: boolean;
};
