import { ExtractPropTypes } from 'vue'; import type DateRange from './date-range.vue'; export declare const dateRangeProps: { 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 DateRangeProps = ExtractPropTypes; export type DateRangeInstance = InstanceType;