export * from './array'; export * from './dom'; export * from './option'; export * from './panic'; export * from './promise'; export * from './string'; export type * from './types'; /** Adds the pixel unit to a value if it is a number. */ export declare function toPixel(value: string | number): string;