import type { RowActionProps } from '@/components/row-action.enum'; export declare function createContextMenuComponents(actions: RowActionProps[], onClick: (action: string) => void, adminActions?: RowActionProps[]): import("vue").VNode;