import { ActionInputProps } from './ActionInput.types'; import * as React from "react"; declare const ActionInput: React.ForwardRefExoticComponent> & { Footer: { ({ secondaryActionsSlot, primaryActionsSlot, className, }: import('./ActionInput.types').ActionInputFooterProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; AttachFields: { ({ children, className, }: import('./ActionInput.types').ActionInputAttachFieldsProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; }; export default ActionInput; export type { ActionInputProps } from './ActionInput.types';