/** * Copyright (c) Paymium. * * This source code is licensed under the MIT license found in the * LICENSE file in the root of this projects source tree. */ import type { ComponentType } from 'react'; export { useContext as useLabelContext } from './context'; export declare const createLabel: , TextProps extends Record>(components: { Root: ComponentType; Text: ComponentType; }) => import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { readonly Text: import("react").ForwardRefExoticComponent & { children: string | string[]; }> & import("react").RefAttributes>; readonly Input: import("react").ForwardRefExoticComponent<{ children?: import("react").ReactNode | undefined; } & import("react").RefAttributes>; }; //# sourceMappingURL=index.d.ts.map