/** * Datepicker component styles for the Hybrid UI Library * * This file contains all the styling for the nr-datepicker component, including: * - Base datepicker styles with CSS custom properties for theming * - Multiple datepicker states (default, disabled, focused) * - Size variations (small, medium, large) * - Calendar styling and positioning * - Date selection states and range highlighting * - Focus, disabled, and validation states * - Dark theme support * * The styling system uses CSS custom properties with fallbacks to allow * for both global and local customization of datepicker appearance. */ export declare const styles: import("lit").CSSResult; //# sourceMappingURL=datepicker.style.d.ts.map