import React from "react"; import { CustomAttributesInputsProps } from "../types"; declare const _default: React.MemoExoticComponent<({ id, value, label, disabled, onChange, isChild, }: CustomAttributesInputsProps) => JSX.Element>; export default _default;