export default function Formatter({ value }: { value: unknown; }): import("react/jsx-runtime").JSX.Element;