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