/** * Type guard for HTMLLabelElement */ export declare function isLabelElement(element: unknown): element is HTMLLabelElement;