import { MdOutlinedField } from '@material/web/field/outlined-field'; /** * Input validator to make components use validation consistent with material 3 outlined styling * * @element titanium-input-validator * @slot default - The slotted element should fire the NotifyUserInputEvent when it is ready to be validated * @example * (this.collection?.length ?? 0) > 0} validationMessage="Collection must have one item"> * * */ export declare class TitaniumInputValidator extends MdOutlinedField { populated: boolean; accessor evaluator: () => boolean; firstUpdated(): void; reset(): void; reportValidity(): boolean; checkValidity(): boolean; } //# sourceMappingURL=input-validator.d.ts.map