export declare const getInitials: (name: string) => string export declare const useKeyPress: (targetKey: string) => boolean