import { ILabelProps } from "../types";
/**
 * Label
 */
export declare const Label: (props: ILabelProps) => string;
