///
export declare const actionDuplicateSelection: {
name: "duplicateSelection";
label: string;
icon: import("react/jsx-runtime").JSX.Element;
trackEvent: {
category: "element";
};
perform: (elements: readonly import("@testbank-inc/element/src/types").OrderedExcalidrawElement[], appState: Readonly, formData: any, app: import("../types").AppClassProperties) => false | {
elements: any;
appState: any;
captureUpdate: any;
};
keyTest: (event: import("react").KeyboardEvent | KeyboardEvent) => any;
PanelComponent: ({ elements, appState, updateData }: import("./types").PanelComponentProps) => import("react/jsx-runtime").JSX.Element;
} & {
keyTest?: ((event: import("react").KeyboardEvent | KeyboardEvent) => any) | undefined;
};