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<typeof ErrorMessageRoot>;
    RootProps: ComponentProps<typeof ErrorMessageRoot>;
};
export { ErrorMessageRoot };
export type { ErrorMessageRootProps, ErrorMessageRootProps as ErrorMessageProps, } from "./error-message";
export { errorMessageVariants } from "@heroui/styles";
export type { ErrorMessageVariants } from "@heroui/styles";
