import type { ComponentProps } from "react"; import { ErrorMessageRoot } from "./error-message"; export declare const ErrorMessage: (({ children, className, ...rest }: import("./error-message").ErrorMessageRootProps) => import("react/jsx-runtime").JSX.Element) & { Root: ({ children, className, ...rest }: import("./error-message").ErrorMessageRootProps) => import("react/jsx-runtime").JSX.Element; }; export type ErrorMessage = { Props: ComponentProps; RootProps: ComponentProps; }; export { ErrorMessageRoot }; export type { ErrorMessageRootProps, ErrorMessageRootProps as ErrorMessageProps, } from "./error-message"; export { errorMessageVariants } from "@heroui/styles"; export type { ErrorMessageVariants } from "@heroui/styles";