interface Props { value: string; } export declare const Value: ({ value }: Props) => import("react/jsx-runtime").JSX.Element; export {};