import { SmartFieldModel } from '../../../index';
export interface ProposalFieldModel extends SmartFieldModel<string> {
    /**
     * true if leading and trailing whitespace should be stripped from the entered text while validating the value.
     *
     * Default is true.
     */
    trimText?: boolean;
}
//# sourceMappingURL=ProposalFieldModel.d.ts.map