import * as React from 'react'; import { IProps, IState } from '../types/'; interface TArgs { state: IState; props: IProps; } export declare function getCustomLabelText({ state, props }: TArgs): React.ReactNode; export {};