///
export declare function AcmLabelsInput(props: {
id: string;
label: string;
value: Record | undefined;
onChange: (labels: Record | undefined) => void;
buttonLabel: string;
hidden?: boolean;
placeholder?: string;
isDisabled?: boolean;
}): JSX.Element;