import { RenderLabel } from './PropsType';
export default function useRenderLabel(renderLabel?: RenderLabel, locale?: any): RenderLabel;
