export declare function coerceBooleanProperty(value: unknown): boolean; /** Coerces a data-bound value (typically a string) to a number. */ export declare function coerceNumberProperty(value: any): number; export declare function coerceNumberProperty(value: any, fallback: any): number;