/// <reference types="react" />
import type { Props } from "./types";
declare const FormLabel: import("styled-components").StyledComponent<({ className, children, required, filled, dataTest, id, error, help, onMouseEnter, onMouseLeave, iconRef, inlineLabel, labelRef, }: Props) => JSX.Element, import("styled-components").DefaultTheme, {}, never>;
export default FormLabel;
