import { ZTime_Props } from '@zurich/dev-utils/code/Time';
/** ## ``
*
* ...
*
* @example
* ```html
*
* ```
* ___
*
*
*/
declare const _default: __VLS_WithTemplateSlots & {
/** ... */
format24?: ZTime_Props['format-24'];
/** ... */
withSeconds?: ZTime_Props['with-seconds'];
/** ... */
asRelative?: ZTime_Props['as-relative'];
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly & {
/** ... */
format24?: ZTime_Props['format-24'];
/** ... */
withSeconds?: ZTime_Props['with-seconds'];
/** ... */
asRelative?: ZTime_Props['as-relative'];
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
default: any;
}> & {
default: any;
}>;
export { _default as ZvTime };
type __VLS_WithTemplateSlots = T & {
new (): {
$slots: S;
};
};