import { ExtractPropTypes } from 'vue'; import type TimeRange from './time-range.vue'; export declare const timeRangeProps: { readonly separatorIcon: import("ll-plus/es/utils").EpPropFinalized; readonly separatorText: import("ll-plus/es/utils").EpPropFinalized; readonly isGray: import("ll-plus/es/utils").EpPropFinalized; readonly placeholder: import("ll-plus/es/utils").EpPropFinalized string[], boolean>; readonly startPlaceholder: StringConstructor; readonly endPlaceholder: StringConstructor; }; export type TimeRangeProps = ExtractPropTypes; export type TimeRangeInstance = InstanceType;