import { CodeProps_Slots, CodeSample } from './_shared'; import { ZRangeCalendar_Props, ZRangeCalendar_Slots } from './RangeCalendar.props'; export * from './RangeCalendar.props'; export type ZRangeCalendar_CodeProps = CodeProps_Slots; declare function Web(props: ZRangeCalendar_CodeProps): CodeSample; export declare const RangeCalendar: { name: string; category: "inputs"; slots: ("today-text" | "selected-text")[]; web: typeof Web; };