export declare const ClipboardActionLabel: ({ isPaste, isRow, }: {
    isPaste?: boolean;
    isRow?: boolean;
}) => import("react").JSX.Element;
//# sourceMappingURL=ClipboardActionLabel.d.ts.map