import { ReactNode } from 'react';
export declare const useTranslateLabel: () => ({ source, label, resource, }: {
    source?: string;
    label?: ReactNode;
    resource?: string;
}) => string | number | true | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null;
//# sourceMappingURL=useTranslateLabel.d.ts.map