export default function useClipboard(clipboardText?: string): (boolean | import("react").Dispatch<import("react").SetStateAction<boolean>>)[];
