import { CustomElements, DateTimeInputRangeProps, DateTimeInputRangeState } from './types'; export declare const useDateRange: (props: DateTimeInputRangeProps) => DateTimeInputRangeState; export declare const useCustomElements: (props: DateTimeInputRangeProps, state: DateTimeInputRangeState) => CustomElements;