import type { ComponentPropsWithRef } from 'react';
/**
 * Form label component.
 * It renders a label jsx element by default
 * @example
 * <Label>label</Label>
 */
export declare const Label: import("@vtex/admin-ui-react").AdminUIJsxElement<"label", {}, {}>;
export declare type LabelProps = ComponentPropsWithRef<typeof Label>;
