import type { CSSProperties } from 'vue';
export declare function parseNumericStyleValue(value: CSSProperties['height']): number | undefined;
