import type { RsiProps } from "../types"; import type { Translations } from "../translationsRSIProps"; export declare const useRsi: () => Omit, keyof RsiProps> & Required, keyof RsiProps>> & { translations: Translations; };