/// import { FTLLabelProps } from "../../"; export declare const FTLLabel: ({ label, required, variant, color, style, ...boxProps }: FTLLabelProps) => JSX.Element;