import { ReactNode } from 'react'; export declare const getReactNode: (option: TOption, oneOfProps: string[]) => ReactNode;