export { FloatingLabel } from "./FloatingLabel"; export type { FloatingLabelColor, FloatingLabelProps, FloatingLabelSizing, FloatingLabelVariant, } from "./FloatingLabel"; export { floatingLabelTheme } from "./theme"; export type { FloatingLabelTheme } from "./theme";