import type { ReactNode } from 'react'; import type { PopoverProps } from '../Popover'; import type { AsProp, OmitStrict } from '../../types'; import type { OperatorProps } from './AppShell.types'; declare const Operator: import("react").ForwardRefExoticComponent<{ children: ReactNode; actions: OperatorProps["actions"]; popover?: OmitStrict; name: OperatorProps["name"]; } & AsProp & import("react").RefAttributes>; export default Operator; //# sourceMappingURL=Operator.d.ts.map