import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
import { PolymorphicProps } from '../factory.js';
export interface DatePickerRangeTextBaseProps extends PolymorphicProps {
}
export interface DatePickerRangeTextProps extends DatePickerRangeTextBaseProps, 
/**
 * @vue-ignore
 */
HTMLAttributes {
}
declare const _default: DefineComponent<DatePickerRangeTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DatePickerRangeTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;
