import type { LitConstructor } from '../typings.js';
import type { DatePickerMinMaxProperties, MixinReturnType } from './typings.js';
export declare const DatePickerMinMaxMixin: <BaseConstructor extends LitConstructor>(SuperClass: BaseConstructor) => MixinReturnType<BaseConstructor, DatePickerMinMaxProperties>;
//# sourceMappingURL=date-picker-min-max-mixin.d.ts.map