import SlRelativeTime from '@shoelace-style/shoelace/dist/components/relative-time/relative-time'; export declare class RelativeTimeBase extends SlRelativeTime { date: Date | string; format: 'long' | 'short' | 'narrow'; numeric: 'always' | 'auto'; sync: boolean; }