/** Coerce a number to a px string; pass strings through untouched. */ export declare function convertToPx(n?: string | number): string | undefined;