import type { UniDate } from "../base-calendar/dateUtils"; interface $$__sveltets_2_IsomorphicComponent = any, Events extends Record = any, Slots extends Record = any, Exports = {}, Bindings = string> { new (options: import('svelte').ComponentConstructorOptions): import('svelte').SvelteComponent & { $$bindings?: Bindings; } & Exports; (internal: unknown, props: Props & { $$events?: Events; $$slots?: Slots; }): Exports & { $set?: any; $on?: any; }; z_$$bindings?: Bindings; } declare const DateRangeEditor: $$__sveltets_2_IsomorphicComponent<{ variant?: "" | "plain" | "outlined" | "filled"; compact?: boolean; class?: string; style?: string; fromValue?: UniDate; toValue?: UniDate; format?: string; min?: string | Date | null; max?: string | Date | null; }, { [evt: string]: CustomEvent; }, {}, { class: string; }, string>; type DateRangeEditor = InstanceType; export default DateRangeEditor;