import { HTMLToReactNode } from '.';
export declare const isCheckboxParent: (node: HTMLToReactNode, type: string) => boolean;
export declare const isLabelText: (node: HTMLToReactNode, type: string) => boolean;
export declare const isInput: (node: HTMLToReactNode, type: string) => boolean;
export declare const getLabel: (node: HTMLToReactNode) => string | undefined;