import { EventEmitter } from '../../stencil-public-runtime';
import { DateStructure } from "./exports";
/**
* A date input form control with structured day, month, and year fields and built-in validation.
*
* Example
* ```
*
* ```
*
* @slot label - Custom label content placed above the date input
* @slot popover - Popover element attached to the label area
* @slot trailing - Trailing icon or element placed inside the input on the right
*/
export declare class InputDate {
host: HTMLRInputDateElement;
/** Specifies the `id` of the `