import { FormatTimeOptions } from '@zag-js/i18n-utils';
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
export interface FormatTimeProps extends FormatTimeOptions {
    /**
     * The time to format
     */
    value: string | Date;
}
declare const _default: DefineComponent<FormatTimeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<FormatTimeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;
