import { LabelProps } from "../Label.interface"; export declare class LabelObject { get label(): HTMLElement; render(props?: Partial): this; }