import { SegmentProps } from '@zag-js/date-input';
import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
import { PolymorphicProps } from '../factory';
export interface DateInputSegmentBaseProps extends PolymorphicProps, Pick<SegmentProps, 'segment'> {
}
export interface DateInputSegmentProps extends DateInputSegmentBaseProps, 
/**
 * @vue-ignore
 */
HTMLAttributes {
}
declare const _default: DefineComponent<DateInputSegmentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateInputSegmentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;
