export declare const capitalize: (str: string) => string; export declare const delay: (ms: any) => Promise; export declare const handleCopy: (text: string, setIsCopied: React.Dispatch>) => void;