import { appDatePickerInputName } from './constants.js';
import { DatePickerInput } from './date-picker-input.js';
export declare class AppDatePickerInput extends DatePickerInput {
}
declare global {
    interface HTMLElementTagNameMap {
        [appDatePickerInputName]: AppDatePickerInput;
    }
}
//# sourceMappingURL=app-date-picker-input.d.ts.map