export declare const normalizeDimensionValue: (value?: number | string) => number | '100%' | undefined;