import { ReactNode } from 'react';
import { TimespanValue } from '../types';
interface PreviewProps {
    value: TimespanValue;
}
export declare function Preview({ value }: PreviewProps): ReactNode;
export {};
