/** Coerces a data-bound value (typically a string) to a number. */ export declare function coerceNumberProperty(value: any, fallbackValue?: number): number;