import { ReactNode } from 'react'; interface Props { label?: ReactNode; endLabel?: ReactNode; disabled?: boolean; } export declare function LabelPanel({ label, endLabel, disabled }: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=LabelPanel.d.ts.map