import { DateRangePickerOptions, DateTimePickerOptions, MonthPickerOptions } from './index.js'; export interface NepaliDateTimePickerProps extends DateTimePickerOptions { className?: string; } export declare function NepaliDateTimePicker({ className, ...options }: NepaliDateTimePickerProps): import("react").JSX.Element; export interface NepaliDateRangePickerProps extends DateRangePickerOptions { className?: string; } export declare function NepaliDateRangePicker({ className, ...options }: NepaliDateRangePickerProps): import("react").JSX.Element; export interface NepaliMonthPickerProps extends MonthPickerOptions { className?: string; } export declare function NepaliMonthPicker({ className, ...options }: NepaliMonthPickerProps): import("react").JSX.Element;