import { TruPropertyConfigBase } from '../base-classes/tru-property-config-base'; export declare class TruPropertyConfigScientific extends TruPropertyConfigBase { constructor(); minimumValue: number | undefined; maximumValue: number | undefined; }