type InputProps = { name: string; attribute: { customField?: string; options?: Record; }; disabled?: boolean; }; declare const NarrationFieldInput: (props: InputProps) => import("react/jsx-runtime").JSX.Element; export { NarrationFieldInput }; export default NarrationFieldInput;