import { CSSStyle, CodeSample } from './_shared'; import { ZRangeDateInput_Props } from './RangeDateInput.props'; export * from './RangeDateInput.props'; export type ZRangeDateInput_CodeProps = ZRangeDateInput_Props & { style?: CSSStyle; }; declare function Web(props: ZRangeDateInput_CodeProps): CodeSample; export declare const RangeDateInput: { name: string; category: "inputs"; slots: ("label" | "help-text")[]; web: typeof Web; };