type Content = number | React.RefObject<HTMLElement | HTMLInputElement> | string;
type Timeout = number;
type useCopyTextReturn = [() => void, boolean];
export declare function useCopyText(content: Content, timeout: Timeout): useCopyTextReturn;
export {};
