import type { ActionsBarProps } from './index';
export declare const prefix = "NexusActionsBar";
export declare const ActionsBarComponent: (props: ActionsBarProps) => JSX.Element;
