declare const LabelValue: ({ key, label, children }: { key: string; label: string; children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; export { LabelValue }; export default LabelValue;