import type { ExtractPropTypes } from 'vue'; import type TimeAgo from './time-ago.vue'; export declare const timeAgoProps: { readonly datetimes: import("@inte-cloud/lit-element/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | (string | number)[]) & {}) | (() => string | number | (string | number)[]) | ((new (...args: any[]) => (string | number | (string | number)[]) & {}) | (() => string | number | (string | number)[]))[], unknown, unknown, () => number, boolean>; readonly interval: import("@inte-cloud/lit-element/es/utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 10000, boolean>; }; export declare type TimeAgoProps = ExtractPropTypes; export declare type TimeAgoPropsInstance = InstanceType;