export type UseActionBarCopyProps = {
    copiedDuration?: number | undefined;
};
export declare const useActionBarCopy: ({ copiedDuration, }?: UseActionBarCopyProps) => (() => void) | null;
//# sourceMappingURL=useActionBarCopy.d.ts.map