export declare const propsUtil: { checkPropExist(componentName: string, property: string, options: any, value: T): boolean; checkValidNumber(componentName: string, property: string, value: number | string): boolean; };