import * as React from "react";
declare const FloatingLabel: React.ForwardRefExoticComponent<React.LabelHTMLAttributes<HTMLLabelElement> & {
    isFocused?: boolean;
    value?: string;
    required?: boolean;
    isFormLabel?: boolean;
    disablePlaceholderLabelPosition?: boolean;
} & React.RefAttributes<HTMLLabelElement>>;
export { FloatingLabel };
